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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Jul 13 09:36:21 CEST 2011


Author: bricks
Date: 2011-07-13 09:36:21 +0200 (Wed, 13 Jul 2011)
New Revision: 427

Modified:
   trunk/GREAT-ER/Greater/Dialogs/about.py
Log:
Increment width of about dialog to show greater api version string in one line


Modified: trunk/GREAT-ER/Greater/Dialogs/about.py
===================================================================
--- trunk/GREAT-ER/Greater/Dialogs/about.py	2011-07-13 07:35:48 UTC (rev 426)
+++ trunk/GREAT-ER/Greater/Dialogs/about.py	2011-07-13 07:36:21 UTC (rev 427)
@@ -40,7 +40,7 @@
         bs.Add(bitmap, 0, wxALL, SMALLSPACE)
         width, height = bitmap.GetSizeTuple()
         tc = wxTextCtrl(self, -1, self.text,
-                        size = wxSize(380,height),
+                        size = wxSize(400,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