Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Frameworks
QQC2 Desktop Style
Commits
53a845fb
Commit
53a845fb
authored
Jun 23, 2020
by
Arjen Hiemstra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set selectByMouse to true for SpinBox
Otherwise we can only select text with keyboard, which is unexpected.
parent
f4167fc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
org.kde.desktop/SpinBox.qml
org.kde.desktop/SpinBox.qml
+1
-0
No files found.
org.kde.desktop/SpinBox.qml
View file @
53a845fb
...
...
@@ -44,6 +44,7 @@ T.SpinBox {
color
:
Kirigami
.
Theme
.
textColor
selectionColor
:
Kirigami
.
Theme
.
highlightColor
selectedTextColor
:
Kirigami
.
Theme
.
highlightedTextColor
selectByMouse
:
true
horizontalAlignment
:
Qt
.
AlignHCenter
verticalAlignment
:
Qt
.
AlignVCenter
...
...
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