Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
55de7081
Commit
55de7081
authored
Jul 03, 2018
by
Remi Perenon
Browse files
Fixing error
parent
737f7c36
Changes
1
Hide whitespace changes
Inline
Side-by-side
MDANSE/GUI/JobTemplateEditor.py
View file @
55de7081
...
@@ -66,7 +66,7 @@ class JobTemplateEditor(wx.Dialog):
...
@@ -66,7 +66,7 @@ class JobTemplateEditor(wx.Dialog):
panelSizer
=
wx
.
BoxSizer
(
wx
.
VERTICAL
)
panelSizer
=
wx
.
BoxSizer
(
wx
.
VERTICAL
)
panelSizer
.
Add
(
staticLabel0
,
0
,
wx
.
ALL
|
wx
.
ALIGN_LEFT
,
5
)
panelSizer
.
Add
(
staticLabel0
,
0
,
wx
.
ALL
|
wx
.
ALIGN_LEFT
,
5
)
subsizer
=
wx
.
GridBagSizer
(
5
,
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
(
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
(
self
.
_shortName
,
pos
=
(
0
,
1
),
flag
=
wx
.
ALIGN_CENTER_VERTICAL
|
wx
.
EXPAND
)
subsizer
.
Add
(
staticLabel2
,
pos
=
(
1
,
0
),
flag
=
wx
.
ALIGN_CENTER_VERTICAL
)
subsizer
.
Add
(
staticLabel2
,
pos
=
(
1
,
0
),
flag
=
wx
.
ALIGN_CENTER_VERTICAL
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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