[GRASS-CVS] [addons] r1245 - in trunk/grassaddons/gui: . gui_modules
grass-commit-addons at grass.itc.it
grass-commit-addons at grass.itc.it
Wed Dec 5 07:10:54 EST 2007
Author: landa
Date: 2007-12-05 13:10:54 +0100 (Wed, 05 Dec 2007)
New Revision: 1245
Modified:
trunk/grassaddons/gui/gui_modules/menudata.py
trunk/grassaddons/gui/wxgui.py
Log:
Cosmetics
Modified: trunk/grassaddons/gui/gui_modules/menudata.py
===================================================================
--- trunk/grassaddons/gui/gui_modules/menudata.py 2007-12-05 12:08:17 UTC (rev 1244)
+++ trunk/grassaddons/gui/gui_modules/menudata.py 2007-12-05 12:10:54 UTC (rev 1245)
@@ -370,7 +370,6 @@
("","","", ""),
("Reposition vector", "Reposition (shift, rotate, skew) vector file in coordinate space", "self.OnMenuCmd", "v.transform"),
("Reproject vector", "Reproject vector from other location", "self.OnMenuCmd", "v.proj"),
- ("","","", "")
)),
("","","", ""),
("Query with attributes", "Query vector objects by attribute values", "self.OnMenuCmd", "v.extract"),
Modified: trunk/grassaddons/gui/wxgui.py
===================================================================
--- trunk/grassaddons/gui/wxgui.py 2007-12-05 12:08:17 UTC (rev 1244)
+++ trunk/grassaddons/gui/wxgui.py 2007-12-05 12:10:54 UTC (rev 1245)
@@ -164,9 +164,9 @@
"""Creates command-line input area"""
self.cmdprompt = wx.Panel(self)
- label = wx.StaticText(parent=self.cmdprompt, id=wx.ID_ANY, label="Command >",
- size=(-1, 25))
- label.SetFont(wx.Font(pointSize=11, family=wx.FONTFAMILY_DEFAULT, style=wx.NORMAL, weight=wx.BOLD))
+ label = wx.StaticText(parent=self.cmdprompt, id=wx.ID_ANY, label="Cmd >")
+ label.SetFont(wx.Font(pointSize=11, family=wx.FONTFAMILY_DEFAULT,
+ style=wx.NORMAL, weight=wx.BOLD))
input = wx.TextCtrl(parent=self.cmdprompt, id=wx.ID_ANY,
value="",
style=wx.HSCROLL | wx.TE_LINEWRAP | wx.TE_PROCESS_ENTER,
More information about the grass-commit
mailing list