[Commits] (morgen) Widening text field
commits at osafoundation.org
commits at osafoundation.org
Wed Aug 25 16:05:11 PDT 2004
Commit by: morgen
Modified files:
chandler/application/dialogs/Util.py 1.4 1.5
Log message:
Widening text field
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/application/dialogs/Util.py.diff?r1=text&tr1=1.4&r2=text&tr2=1.5
Index: chandler/application/dialogs/Util.py
diff -u chandler/application/dialogs/Util.py:1.4 chandler/application/dialogs/Util.py:1.5
--- chandler/application/dialogs/Util.py:1.4 Wed Aug 25 10:00:01 2004
+++ chandler/application/dialogs/Util.py Wed Aug 25 16:05:10 2004
@@ -1,5 +1,5 @@
-__version__ = "$Revision: 1.4 $"
-__date__ = "$Date: 2004/08/25 17:00:01 $"
+__version__ = "$Revision: 1.5 $"
+__date__ = "$Date: 2004/08/25 23:05:10 $"
__copyright__ = "Copyright (c) 2003-2004 Open Source Applications Foundation"
__license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
@@ -245,7 +245,7 @@
# Now continue with the normal construction of the dialog
# contents
sizer = wx.BoxSizer(wx.VERTICAL)
- label = wx.StaticText(self, -1, message, wx.DefaultPosition, [300,-1],
+ label = wx.StaticText(self, -1, message, wx.DefaultPosition, [400,-1],
wx.ALIGN_CENTRE)
sizer.Add(label, 0, wx.ALIGN_CENTER|wx.ALL, 5)
More information about the Commits
mailing list