mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-28 09:22:27 +01:00
fixed bugs, re-enabled circulate raise
This commit is contained in:
@@ -693,7 +693,7 @@ createPanel(Panel *p)
|
||||
|
||||
box = WMCreateBox(vbox);
|
||||
WMSetBoxHorizontal(box, True);
|
||||
WMAddBoxSubview(vbox, WMWidgetView(box), True, True, 20, 0, 4);
|
||||
WMAddBoxSubview(vbox, WMWidgetView(box), True, True, 20, 0, 0);
|
||||
|
||||
panel->styleL = WMCreateList(box);
|
||||
WMAddBoxSubview(box, WMWidgetView(panel->styleL), True, True, 0, 0, 4);
|
||||
|
||||
Reference in New Issue
Block a user