Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
8ad2a849
Commit
8ad2a849
authored
Feb 17, 2017
by
Nick Draper
Browse files
Spelling correction in the instrument view pick tab
sometimes it is easier to fix the issue rather than assign it. re #15902
parent
a3147bb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
MantidQt/MantidWidgets/src/InstrumentView/InstrumentWidgetMaskTab.cpp
View file @
8ad2a849
...
...
@@ -550,7 +550,7 @@ void InstrumentWidgetMaskTab::setProperties() {
m_userEditing
=
false
;
// bounding rect property
QtProperty
*
boundingRectGroup
=
m_groupManager
->
addProperty
(
"Boun
g
ing Rect"
);
QtProperty
*
boundingRectGroup
=
m_groupManager
->
addProperty
(
"Boun
d
ing Rect"
);
m_browser
->
addProperty
(
boundingRectGroup
);
m_left
=
addDoubleProperty
(
"left"
);
m_top
=
addDoubleProperty
(
"top"
);
...
...
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