summary refs log tree commit diff stats
path: root/examples/iupex1.nim
diff options
context:
space:
mode:
Diffstat (limited to 'examples/iupex1.nim')
-rwxr-xr-xexamples/iupex1.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/iupex1.nim b/examples/iupex1.nim
index 89e85e776..bf7ed2f1c 100755
--- a/examples/iupex1.nim
+++ b/examples/iupex1.nim
@@ -29,7 +29,7 @@ Iup.SetAttribute(box, "GAP", "10")
 
 var dlg = Iup.Dialog(box)
 Iup.SetAttribute(dlg, "TITLE", "IupTabs")
-Iup.SetAttribute(dlg, "SIZE", "200x80")
+Iup.SetAttribute(dlg, "SIZE", "200x100")
 
 discard ShowXY(dlg, IUP_CENTER, IUP_CENTER)
 discard MainLoop()