mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
fixed layout
This commit is contained in:
@@ -641,7 +641,7 @@ createPanel(Panel *p)
|
|||||||
|
|
||||||
// family
|
// family
|
||||||
panel->familyL = WMCreateList(vbox);
|
panel->familyL = WMCreateList(vbox);
|
||||||
WMAddBoxSubview(vbox, WMWidgetView(panel->familyL), True, True, 0, 0, 4);
|
WMAddBoxSubview(vbox, WMWidgetView(panel->familyL), True, True, 0, 0, 0);
|
||||||
if (panel->fonts)
|
if (panel->fonts)
|
||||||
{
|
{
|
||||||
WMListItem *item;
|
WMListItem *item;
|
||||||
@@ -665,17 +665,17 @@ createPanel(Panel *p)
|
|||||||
WMAddBoxSubview(vbox, WMWidgetView(label), False, True, 20, 0, 2);
|
WMAddBoxSubview(vbox, WMWidgetView(label), False, True, 20, 0, 2);
|
||||||
|
|
||||||
panel->styleL = WMCreateList(vbox);
|
panel->styleL = WMCreateList(vbox);
|
||||||
WMAddBoxSubview(vbox, WMWidgetView(panel->styleL), True, True, 0, 0, 4);
|
WMAddBoxSubview(vbox, WMWidgetView(panel->styleL), True, True, 0, 0, 0);
|
||||||
WMSetListAction(panel->styleL, selected, panel);
|
WMSetListAction(panel->styleL, selected, panel);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
vbox = WMCreateBox(hbox);
|
vbox = WMCreateBox(hbox);
|
||||||
WMSetBoxHorizontal(vbox, False);
|
WMSetBoxHorizontal(vbox, False);
|
||||||
WMAddBoxSubview(hbox, WMWidgetView(vbox), False, True, 70, 0, 2);
|
WMAddBoxSubview(hbox, WMWidgetView(vbox), False, True, 70, 0, 0);
|
||||||
|
|
||||||
label = createListLabel(scr, vbox, _("Size"));
|
label = createListLabel(scr, vbox, _("Size"));
|
||||||
WMAddBoxSubview(vbox, WMWidgetView(label), False, True, 20, 0, 0);
|
WMAddBoxSubview(vbox, WMWidgetView(label), False, True, 20, 0, 2);
|
||||||
|
|
||||||
// size
|
// size
|
||||||
panel->sizeL = WMCreateList(vbox);
|
panel->sizeL = WMCreateList(vbox);
|
||||||
|
|||||||
Reference in New Issue
Block a user