[GRASS-SVN] r52013 - grass/branches/develbranch_6/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jun 8 12:06:35 PDT 2012
Author: martinl
Date: 2012-06-08 12:06:35 -0700 (Fri, 08 Jun 2012)
New Revision: 52013
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_core/goutput.py
Log:
wxGUI: fix 'protocol' button size
Modified: grass/branches/develbranch_6/gui/wxpython/gui_core/goutput.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_core/goutput.py 2012-06-08 15:18:32 UTC (rev 52012)
+++ grass/branches/develbranch_6/gui/wxpython/gui_core/goutput.py 2012-06-08 19:06:35 UTC (rev 52013)
@@ -265,7 +265,8 @@
self.btnCmdAbort.SetToolTipString(_("Abort running command"))
self.btnCmdAbort.Enable(False)
self.btnCmdProtocol = wx.ToggleButton(parent = self.panelOutput, id = wx.ID_ANY,
- label = _("&Protocol"))
+ label = _("&Protocol"),
+ size = self.btnCmdClear.GetSize())
self.btnCmdProtocol.SetToolTipString(_("Toggle to save list of executed commands into file; "
"content saved when switching off."))
More information about the grass-commit
mailing list