forked from qt-creator/qt-creator
QmlDesigner: Fix minimum value for NumberAnimation to and from fields
Change-Id: Ic5fcb1d69ab0c3369dacbc93da71714b20253e25 Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -27,7 +27,7 @@ Column {
|
||||
implicitWidth: StudioTheme.Values.twoControlColumnWidth
|
||||
+ StudioTheme.Values.actionIndicatorWidth
|
||||
maximumValue: 9999999
|
||||
minimumValue: -1
|
||||
minimumValue: -9999999
|
||||
backendValue: backendValues.from
|
||||
}
|
||||
|
||||
@@ -44,7 +44,7 @@ Column {
|
||||
implicitWidth: StudioTheme.Values.twoControlColumnWidth
|
||||
+ StudioTheme.Values.actionIndicatorWidth
|
||||
maximumValue: 9999999
|
||||
minimumValue: -1
|
||||
minimumValue: -9999999
|
||||
backendValue: backendValues.to
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user