1
0
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:
kojima
2004-10-20 03:31:14 +00:00
parent 1166a58ec7
commit f6682a9ade
7 changed files with 52 additions and 193 deletions

View File

@@ -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);