mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-06 22:04:12 +01:00
Fixed the layout (WMLists to have the same height for all columns)
This commit is contained in:
@@ -630,7 +630,7 @@ createPanel(Panel *p)
|
|||||||
WMAddBoxSubview(hbox, WMWidgetView(vbox), False, True, 130, 0, 10);
|
WMAddBoxSubview(hbox, WMWidgetView(vbox), False, True, 130, 0, 10);
|
||||||
WMSetBoxHorizontal(vbox, False);
|
WMSetBoxHorizontal(vbox, False);
|
||||||
panel->optionP = WMCreatePopUpButton(vbox);
|
panel->optionP = WMCreatePopUpButton(vbox);
|
||||||
WMAddBoxSubviewAtEnd(vbox, WMWidgetView(panel->optionP), False, True, 24, 0, 8);
|
WMAddBoxSubviewAtEnd(vbox, WMWidgetView(panel->optionP), False, True, 20, 0, 8);
|
||||||
for (i= 0; fontOptions[i].option; i++)
|
for (i= 0; fontOptions[i].option; i++)
|
||||||
{
|
{
|
||||||
WMAddPopUpButtonItem(panel->optionP, _(fontOptions[i].label));
|
WMAddPopUpButtonItem(panel->optionP, _(fontOptions[i].label));
|
||||||
@@ -661,7 +661,7 @@ createPanel(Panel *p)
|
|||||||
|
|
||||||
// family
|
// family
|
||||||
panel->familyL = WMCreateList(vbox);
|
panel->familyL = WMCreateList(vbox);
|
||||||
WMAddBoxSubview(vbox, WMWidgetView(panel->familyL), True, True, 0, 0, 0);
|
WMAddBoxSubview(vbox, WMWidgetView(panel->familyL), True, True, 0, 0, 4);
|
||||||
if (panel->fonts)
|
if (panel->fonts)
|
||||||
{
|
{
|
||||||
WMListItem *item;
|
WMListItem *item;
|
||||||
|
|||||||
Reference in New Issue
Block a user