[Greater-commits] r421 - trunk/GREAT-ER/Greater/Dialogs

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jul 12 16:26:24 CEST 2011


Author: bricks
Date: 2011-07-12 16:26:24 +0200 (Tue, 12 Jul 2011)
New Revision: 421

Modified:
   trunk/GREAT-ER/Greater/Dialogs/about.py
Log:
Increment the width of about dialog


Modified: trunk/GREAT-ER/Greater/Dialogs/about.py
===================================================================
--- trunk/GREAT-ER/Greater/Dialogs/about.py	2011-07-12 14:24:53 UTC (rev 420)
+++ trunk/GREAT-ER/Greater/Dialogs/about.py	2011-07-12 14:26:24 UTC (rev 421)
@@ -40,7 +40,7 @@
         bs.Add(bitmap, 0, wxALL, SMALLSPACE)
         width, height = bitmap.GetSizeTuple()
         tc = wxTextCtrl(self, -1, self.text,
-                        size = wxSize(300,height),
+                        size = wxSize(380,height),
                         style = wxTE_MULTILINE | wxTE_READONLY)
         bs.Add(tc, 0, wxALL, SMALLSPACE)
         top_box.Add(bs, 0, wxALL, SMALLSPACE)



More information about the Greater-commits mailing list