I hacked Spyder to fix this, changing the Qt style from Windows to
Cleanlooks.  This is the patch for spyder.py:

--- C:/Python27/Lib/site-packages/spyderlib/spyder.orig.py      Mon Feb 28
16:11:16 2011
+++ C:/Python27/Lib/site-packages/spyderlib/spyder.py   Mon Feb 28 15:40:36 2011
@@ -1442,6 +1442,11 @@
     # otherwise, optparse won't be able to exit if --help option is passed
     options = get_options()

+    #HACK change the Qt style
+    from PyQt4.QtGui import QStyleFactory
+    style = QStyleFactory.create('Cleanlooks')
+    QApplication.setStyle(style)
+
     app = initialize(debug=options.debug)
     if options.reset_session:
         reset_session()


On Fri, Feb 18, 2011 at 9:31 PM, Kristi Tsukida
<[email protected]> wrote:
> Sorry, forgot to add screenshot
>
> http://img263.imageshack.us/i/captureznr.png/
>
> I'm running Spyder 2.0.6, Win7 x64 (sans-aero) and Python 2.7.1
>
> /kristi
>

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/spyderlib?hl=en.

Reply via email to