[GRASS-SVN] r29788 - grass/trunk/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 21 13:20:44 EST 2008
Author: martinl
Date: 2008-01-21 13:20:44 -0500 (Mon, 21 Jan 2008)
New Revision: 29788
Modified:
grass/trunk/gui/wxpython/gis_set.py
Log:
wxGUI: do not use fixed font-size
Modified: grass/trunk/gui/wxpython/gis_set.py
===================================================================
--- grass/trunk/gui/wxpython/gis_set.py 2008-01-21 18:18:13 UTC (rev 29787)
+++ grass/trunk/gui/wxpython/gis_set.py 2008-01-21 18:20:44 UTC (rev 29788)
@@ -82,8 +82,8 @@
label=_("Welcome to GRASS GIS %s\n"
"The world's leading open source GIS") % grassVersion,
style=wx.ALIGN_CENTRE)
- self.SetFont(wx.Font(pointSize=9, family=wx.FONTFAMILY_DEFAULT,
- style=wx.NORMAL, weight=wx.NORMAL))
+ #self.SetFont(wx.Font(pointSize=9, family=wx.FONTFAMILY_DEFAULT,
+ # style=wx.NORMAL, weight=wx.NORMAL))
self.ltitle = wx.StaticText(parent=self, id=wx.ID_ANY,
label=_("Select an existing project location and mapset\n"
"or define a new location"),
More information about the grass-commit
mailing list