[GRASS-SVN] r45573 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Mar 5 11:32:58 EST 2011


Author: martinl
Date: 2011-03-05 08:32:58 -0800 (Sat, 05 Mar 2011)
New Revision: 45573

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/layertree.py
Log:
wxGUI: align item windows (#1100)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/layertree.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/layertree.py	2011-03-05 16:08:44 UTC (rev 45572)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/layertree.py	2011-03-05 16:32:58 UTC (rev 45573)
@@ -67,7 +67,7 @@
                  id = wx.ID_ANY, style = wx.SUNKEN_BORDER,
                  ctstyle = CT.TR_HAS_BUTTONS | CT.TR_HAS_VARIABLE_ROW_HEIGHT |
                  CT.TR_HIDE_ROOT | CT.TR_ROW_LINES | CT.TR_FULL_ROW_HIGHLIGHT |
-                 CT.TR_MULTIPLE, **kwargs):
+                 CT.TR_MULTIPLE | CT.TR_ALIGN_WINDOWS, **kwargs):
         
         if 'style' in kwargs:
             ctstyle |= kwargs['style']



More information about the grass-commit mailing list