dabo Commit
Revision 2917
Date: 2007-03-15 11:43:00 -0700 (Thu, 15 Mar 2007)
Author: Paul
Trac: http://svn.dabodev.com/trac/dabo/changeset/2917

Changed:
U   trunk/dabo/ui/uiwx/dFormMixin.py
U   trunk/dabo/ui/uiwx/dPemMixin.py

Log:
Fixed a couple whitespace issues with my prior commit. I'm still getting used
to my new laptop...


Diff:
Modified: trunk/dabo/ui/uiwx/dFormMixin.py
===================================================================
--- trunk/dabo/ui/uiwx/dFormMixin.py    2007-03-15 18:33:59 UTC (rev 2916)
+++ trunk/dabo/ui/uiwx/dFormMixin.py    2007-03-15 18:43:00 UTC (rev 2917)
@@ -477,9 +477,9 @@
 
        def _setAbsoluteFontZoom(self, amt):
                # Let the default behavior run, but then save the font zoom 
level to 
-    # the user preferences file. The loading of the saved pref happens in 
-    # the individual control (dPemMixinBase) so that the restoration of the 
-    # control's font zoom isn't dependent on the control being created at 
+               # the user preferences file. The loading of the saved pref 
happens in 
+               # the individual control (dPemMixinBase) so that the 
restoration of the 
+               # control's font zoom isn't dependent on the control being 
created at 
                # form load time.
                self.super(amt)
                if self.Application and self.SaveRestorePosition:

Modified: trunk/dabo/ui/uiwx/dPemMixin.py
===================================================================
--- trunk/dabo/ui/uiwx/dPemMixin.py     2007-03-15 18:33:59 UTC (rev 2916)
+++ trunk/dabo/ui/uiwx/dPemMixin.py     2007-03-15 18:43:00 UTC (rev 2917)
@@ -1779,7 +1779,7 @@
        
        def _setFontSize(self, val):
                if self._constructed():
-                       self.Font.Size = val            
+                       self.Font.Size = val
                else:
                        self._properties["FontSize"] = val
        




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

Reply via email to