From 7505e88db66798b2b8fcdff2d92a7136cd826b5b Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Thu, 9 Sep 2010 02:26:30 +0200 Subject: Upgrading to IUP 3.2 - and cleaning up. --- iup/test/vbox.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iup/test/vbox.c') 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"); -- cgit v1.2.3