[GRASS-SVN] r71244 - grass/trunk/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jul 8 18:11:40 PDT 2017
Author: annakrat
Date: 2017-07-08 18:11:40 -0700 (Sat, 08 Jul 2017)
New Revision: 71244
Modified:
grass/trunk/gui/wxpython/gui_core/dialogs.py
Log:
wxGUI: make opacity dialog resizable
Modified: grass/trunk/gui/wxpython/gui_core/dialogs.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/dialogs.py 2017-07-08 13:36:39 UTC (rev 71243)
+++ grass/trunk/gui/wxpython/gui_core/dialogs.py 2017-07-09 01:11:40 UTC (rev 71244)
@@ -1746,7 +1746,7 @@
def __init__(self, parent, id=wx.ID_ANY, title=_("Set Map Layer Opacity"),
size=wx.DefaultSize, pos=wx.DefaultPosition,
- style=wx.DEFAULT_DIALOG_STYLE, opacity=1):
+ style=wx.DEFAULT_DIALOG_STYLE | wx.RESIZE_BORDER, opacity=1):
self.parent = parent # GMFrame
self.opacity = opacity # current opacity
More information about the grass-commit
mailing list