Skip to content

Commit

Permalink
Fix DoubleSpinBox text entry
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Oct 11, 2023
1 parent 4b6fd97 commit 0b7d757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/app/ui/qml/app/graphia/Controls/DoubleSpinBox.qml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Control
locale: spinBox.locale.name
bottom: Math.min(root.from, root.to)
top: Math.max(root.from, root.to)
notation: DoubleValidator.StandardNotation
}

property QtObject _intValidator: IntValidator
Expand Down

0 comments on commit 0b7d757

Please sign in to comment.