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
Takin
TAS-Paths
Commits
b7bba290
Verified
Commit
b7bba290
authored
Dec 01, 2021
by
Tobias WEBER
Browse files
cosmetic change
parent
f9e9a0f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/gui/ConfigSpace.cpp
View file @
b7bba290
...
...
@@ -166,6 +166,8 @@ ConfigSpaceDlg::ConfigSpaceDlg(QWidget* parent, QSettings *sett)
// radio buttons
QGroupBox
*
radioGroup
=
new
QGroupBox
(
this
);
radioGroup
->
setSizePolicy
(
QSizePolicy
::
Expanding
,
QSizePolicy
::
Minimum
);
QHBoxLayout
*
radioLayout
=
new
QHBoxLayout
(
radioGroup
);
QRadioButton
*
radioInstrPos
=
new
QRadioButton
(
"Move Instrument Position"
,
radioGroup
);
QRadioButton
*
radioTargetPos
=
new
QRadioButton
(
"Move Target Position"
,
radioGroup
);
...
...
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