Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
49648644
Commit
49648644
authored
Jul 03, 2018
by
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
Pipeline
#4133
passed with stages
in 30 minutes and 54 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
49648644
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
...
...
MDANSE/GUI/JobTemplateEditor.py
View file @
49648644
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment