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
598d9b62
Commit
598d9b62
authored
Jan 12, 2016
by
eric pellegrini
Browse files
Modifed the caption of the working panel
parent
7e9b8d88
Changes
1
Hide whitespace changes
Inline
Side-by-side
MDANSE/GUI/MainFrame.py
View file @
598d9b62
...
...
@@ -120,7 +120,7 @@ class MainFrame(wx.Frame):
paneInfo
=
aui
.
AuiPaneInfo
()
self
.
_mgr
.
AddPane
(
self
.
_panels
[
"data"
],
paneInfo
.
Caption
(
"Data"
).
Name
(
"data"
).
Left
().
CloseButton
(
True
).
DestroyOnClose
(
False
).
MinSize
((
250
,
-
1
)))
self
.
_mgr
.
AddPane
(
self
.
_panels
[
"plugins"
],
paneInfo
.
Caption
(
"Plugins"
).
Name
(
"plugins"
).
Left
().
CloseButton
(
True
).
DestroyOnClose
(
False
).
MinSize
((
250
,
-
1
)))
self
.
_mgr
.
AddPane
(
self
.
_panels
[
"working"
],
paneInfo
.
Name
(
"working"
).
Center
().
CloseButton
(
False
))
self
.
_mgr
.
AddPane
(
self
.
_panels
[
"working"
],
paneInfo
.
Caption
(
"Working panel"
).
Name
(
"working"
).
Center
().
CloseButton
(
False
))
self
.
_mgr
.
AddPane
(
self
.
_panels
[
"controller"
],
paneInfo
.
Name
(
"controller"
).
Name
(
"controller"
).
Floatable
().
Right
().
Bottom
().
CloseButton
(
True
).
DestroyOnClose
(
False
).
MinSize
((
-
1
,
120
)))
self
.
_mgr
.
Update
()
...
...
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