diff options
Diffstat (limited to 'iup/test/vbox.c')
-rwxr-xr-x | iup/test/vbox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iup/test/vbox.c b/iup/test/vbox.c index ac53b6b..5587a3c 100755 --- a/iup/test/vbox.c +++ b/iup/test/vbox.c @@ -30,10 +30,10 @@ void VboxTest(void) IupSetAttribute(btn_11, "SIZE", "20x10"); // IupSetAttribute(btn_12, "SIZE", "30x20"); IupSetAttribute(btn_12, "EXPAND", "VERTICAL"); - IupSetAttribute(btn_12, "EXPANDWEIGTH", "1.3"); + IupSetAttribute(btn_12, "EXPANDWEIGHT", "1.3"); // IupSetAttribute(btn_13, "SIZE", "40x30"); IupSetAttribute(btn_13, "EXPAND", "VERTICAL"); - IupSetAttribute(btn_13, "EXPANDWEIGTH", "0.7"); + IupSetAttribute(btn_13, "EXPANDWEIGHT", "0.7"); IupSetAttribute(vbox_1, "ALIGNMENT", "ALEFT"); // IupSetAttribute(vbox_1, "MARGIN", "20x20"); // IupSetAttribute(vbox_1, "GAP", "10"); |