[GRASS-SVN] r42224 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 11 13:23:33 EDT 2010
Author: martinl
Date: 2010-05-11 13:23:31 -0400 (Tue, 11 May 2010)
New Revision: 42224
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py
Log:
wxGUI/command output: Windows fixes
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py 2010-05-11 16:56:03 UTC (rev 42223)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py 2010-05-11 17:23:31 UTC (rev 42224)
@@ -295,7 +295,7 @@
self.search = SearchModuleWindow(parent = pane, cmdPrompt = self.cmd_prompt)
- border.Add(item = self.search, proportion = 1,
+ border.Add(item = self.search, proportion = 0,
flag = wx.EXPAND | wx.ALL, border = 1)
pane.SetSizer(border)
@@ -308,8 +308,8 @@
else:
self.searchPane.SetLabel(self.infoCollapseLabelExp)
- self.Layout()
- self.SendSizeEvent()
+ self.panelOutput.Layout()
+ self.panelOutput.SendSizeEvent()
def GetPanel(self, prompt = True):
"""!Get panel
More information about the grass-commit
mailing list