Explorar o código

wxGUI forms: 0-margin for title text

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@59833 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=11) %!d(string=hai) anos
pai
achega
b71696c20c
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      gui/wxpython/gui_core/forms.py

+ 2 - 1
gui/wxpython/gui_core/forms.py

@@ -443,8 +443,9 @@ class TaskFrame(wx.Frame):
             module_desc = self.task.label + ' ' + self.task.description
             module_desc = self.task.label + ' ' + self.task.description
         else:
         else:
             module_desc = self.task.description
             module_desc = self.task.description
+        
         self.description = StaticWrapText(parent=self.panel,
         self.description = StaticWrapText(parent=self.panel,
-                                          label=module_desc, margin=10)
+                                          label=module_desc)
         topsizer.Add(item = self.description, proportion = 1, border = 5,
         topsizer.Add(item = self.description, proportion = 1, border = 5,
                      flag = wx.ALL | wx.ALIGN_CENTER_VERTICAL | wx.EXPAND)
                      flag = wx.ALL | wx.ALIGN_CENTER_VERTICAL | wx.EXPAND)