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
66423be2
Commit
66423be2
authored
Oct 06, 2015
by
eric pellegrini
Browse files
Added a specific label to grouping level widget
Modified the label of an IWdidget derived class for a better display
parent
f3543734
Changes
2
Show whitespace changes
Inline
Side-by-side
MDANSE/Framework/Widgets/GroupingLevelWidget.py
View file @
66423be2
...
...
@@ -36,3 +36,5 @@ class GroupingLevelWidget(SingleChoiceWidget):
type
=
"grouping_level"
label
=
"Group coordinates by"
MDANSE/Framework/Widgets/IWidget.py
View file @
66423be2
...
...
@@ -53,7 +53,7 @@ class IWidget(wx.Panel):
self
.
_configurator
=
configurator
self
.
_label
=
name
self
.
_label
=
' '
.
join
(
name
.
capitalize
().
split
(
'_'
))
self
.
initialize
()
...
...
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