dabodemo Commit
Revision 445
Date: 2006-11-01 11:10:44 -0800 (Wed, 01 Nov 2006)
Author: ed

Changed:
U   trunk/DaboDemo/samples/dSpinner.py

Log:
Made the font sizing look better on Windows.

Diff:
Modified: trunk/DaboDemo/samples/dSpinner.py
===================================================================
--- trunk/DaboDemo/samples/dSpinner.py  2006-11-01 19:04:35 UTC (rev 444)
+++ trunk/DaboDemo/samples/dSpinner.py  2006-11-01 19:10:44 UTC (rev 445)
@@ -14,9 +14,8 @@
 its SpinnerWrap property set to True, which cycles
 it around when it reaches one of its limits."""))
                                
-               lbl.Width=360
-               lbl.Height = 80
-               lbl.FontSize=14
+               lbl.FontSize += 3
+               lbl.ForeColor = "darkBlue"
                sz.appendSpacer(25)
                sz.append(lbl, halign="center")
                sz.appendSpacer(10)




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

Reply via email to