daboide Commit
Revision 702
Date: 2006-12-11 12:50:41 -0800 (Mon, 11 Dec 2006)
Author: Ed

Changed:
U   trunk/wizards/AppWizard/AppWizard.py

Log:
Fixed a layout problem under Gtk on the last page of the AppWizard.


Diff:
Modified: trunk/wizards/AppWizard/AppWizard.py
===================================================================
--- trunk/wizards/AppWizard/AppWizard.py        2006-12-10 16:07:06 UTC (rev 
701)
+++ trunk/wizards/AppWizard/AppWizard.py        2006-12-11 20:50:41 UTC (rev 
702)
@@ -716,10 +716,10 @@
 class PageGo(AppWizardPage):
        def __init__(self, parent, title=_("Create Application")):
                super(PageGo, self).__init__(parent=parent, Title=title)
-               txt = """Press 'Finish' to create your application, or
-'Back' to edit any information."""
-               lbl = dLabel(self, Caption=txt)
-               self.Sizer.append(lbl)
+               txt = """Press 'Finish' to create your application,
+or 'Back' to edit any information."""
+               lbl = dLabel(self, Caption=txt, BackColor="yellow")
+               self.Sizer.append1x(lbl)
 
                
        def onLeavePage(self, direction):




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to