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
7cc51b1b
Commit
7cc51b1b
authored
Sep 04, 2015
by
eric pellegrini
Browse files
The trajectory converter frame has now a title
parent
aac73ac0
Changes
1
Show whitespace changes
Inline
Side-by-side
MDANSE/GUI/MainFrame.py
View file @
7cc51b1b
...
...
@@ -337,7 +337,7 @@ or directly to the MDANSE mailing list:
from
MDANSE.Framework.Plugins.JobPlugin
import
JobFrame
f
=
JobFrame
(
self
,
self
.
_converters
[
convLabel
])
f
=
JobFrame
(
self
,
self
.
_converters
[
convLabel
]
,
"Trajectory converter"
)
f
.
Show
()
def
on_open_mdanse_elements_database
(
self
,
event
):
...
...
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