dabo Commit
Revision 6147
Date: 2010-10-24 08:00:23 -0700 (Sun, 24 Oct 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/6147

Changed:
U   trunk/dabo/ui/uiwx/uiApp.py

Log:
Removed extraneous initial space. Thanks to Fraser Burns for the catch.


Diff:
Modified: trunk/dabo/ui/uiwx/uiApp.py
===================================================================
--- trunk/dabo/ui/uiwx/uiApp.py 2010-10-24 14:52:01 UTC (rev 6146)
+++ trunk/dabo/ui/uiwx/uiApp.py 2010-10-24 15:00:23 UTC (rev 6147)
@@ -259,7 +259,7 @@
                                def addControls(self):
                                        headline = dabo.ui.dLabel(self, 
Caption=msg, FontSize=12,
                                                        WordWrap=True, 
ForeColor="darkblue")
-                                       self.Sizer.appendSpacer(12)
+                                       self.Sizer.appendSpacer(12)
                                        self.Sizer.append(headline, 
proportion=prop, layout=xpand, halign="center", border=12)
                                        self.Sizer.appendSpacer(12)
                                        edtNotes = dabo.ui.dEditBox(self, 
Value=noteText)



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to