Skip to content

Commit

Permalink
Decreased max value and width of spinbox
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLazarescu committed Nov 9, 2023
1 parent c0483dd commit 295bbf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/presentation/settings/MAppearancePage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -711,11 +711,11 @@ Page {
MSpinbox {
id: hideCursorAfterDelaySpinBox
property string savedValue: SettingsController.appearanceSettings.HideCursorAfterDelay
Layout.preferredWidth: 110
Layout.preferredWidth: 100
Layout.topMargin: 4
value: savedValue
minVal: 1
maxVal: 999999
maxVal: 99999

onSavedValueChanged: value = savedValue
onNewValueSelected: internal.saveSetting(
Expand Down

0 comments on commit 295bbf4

Please sign in to comment.