Skip to content
Snippets Groups Projects
Commit 49648644 authored by Remi Perenon's avatar Remi Perenon
Browse files

Merge branch 'bugfix-save_a_template_button_error' into 'develop'

Bugfix save a template button error

See merge request !22
parents 737f7c36 6ba1f6fa
Branches
Tags
1 merge request!22Bugfix save a template button error
Pipeline #
version 1.2.0
--------------
* FIXED issue #21 "Save a template for new analysis" button produced an error
* CHANGED (internal) MDANSE is now built with system python (2.7.10)
version 1.1.3
......
......@@ -66,7 +66,7 @@ class JobTemplateEditor(wx.Dialog):
panelSizer = wx.BoxSizer(wx.VERTICAL)
panelSizer.Add(staticLabel0, 0, wx.ALL|wx.ALIGN_LEFT, 5)
subsizer = wx.GridBagSizer(5,5)
subsizer.AddGrowableCol(1)
#subsizer.AddGrowableCol(1)
subsizer.Add(staticLabel1,pos=(0,0),flag=wx.ALIGN_CENTER_VERTICAL)
subsizer.Add(self._shortName ,pos=(0,1),flag=wx.ALIGN_CENTER_VERTICAL|wx.EXPAND)
subsizer.Add(staticLabel2,pos=(1,0),flag=wx.ALIGN_CENTER_VERTICAL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment