mailr11956 - /branches/bieri_gui/gui_bieri/components/spin_view.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on December 23, 2010 - 12:09:
Author: bugman
Date: Thu Dec 23 12:09:09 2010
New Revision: 11956

URL: http://svn.gna.org/viewcvs/relax?rev=11956&view=rev
Log:
The spin view window toolbar buttons no longer stick out in MS Windows.


Modified:
    branches/bieri_gui/gui_bieri/components/spin_view.py

Modified: branches/bieri_gui/gui_bieri/components/spin_view.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/components/spin_view.py?rev=11956&r1=11955&r2=11956&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/components/spin_view.py (original)
+++ branches/bieri_gui/gui_bieri/components/spin_view.py Thu Dec 23 12:09:09 
2010
@@ -936,7 +936,7 @@
         """Create the toolbar."""
 
         # Init.
-        self.bar = self.CreateToolBar(wx.TB_HORIZONTAL)
+        self.bar = self.CreateToolBar(wx.TB_HORIZONTAL|wx.TB_FLAT)
 
         # The refresh button.
         id = wx.NewId()




Related Messages


Powered by MHonArc, Updated Thu Dec 23 16:00:02 2010