Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bliss
bliss
Commits
3ef40ce2
Commit
3ef40ce2
authored
Jun 18, 2021
by
Valentin Valls
Browse files
Fix typo
parent
0f9b42d4
Pipeline
#48889
passed with stages
in 151 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bliss/flint/widgets/roi_selection_widget.py
View file @
3ef40ce2
...
...
@@ -135,7 +135,7 @@ class RoiSelectionWidget(qt.QWidget):
self
.
applyButton
=
qt
.
QPushButton
(
self
)
self
.
applyButton
.
setFixedHeight
(
40
)
self
.
applyButton
.
setText
(
"Apply th
is
ROIs"
)
self
.
applyButton
.
setText
(
"Apply th
ese
ROIs"
)
icon
=
icons
.
getQIcon
(
"flint:icons/roi-save"
)
self
.
applyButton
.
setIcon
(
icon
)
self
.
applyButton
.
clicked
.
connect
(
self
.
on_apply
)
...
...
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