aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/GeometrySection.qml4
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SpinBox.qml2
2 files changed, 6 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/GeometrySection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/GeometrySection.qml
index 36a46b72bb..166c963173 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/GeometrySection.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/GeometrySection.qml
@@ -53,6 +53,7 @@ Section {
maximumValue: 0xffff
minimumValue: -0xffff
decimals: 0
+ realDragRange: 5000
}
Item {
@@ -70,6 +71,7 @@ Section {
maximumValue: 0xffff
minimumValue: -0xffff
decimals: 0
+ realDragRange: 5000
}
ExpandingSpacer {
@@ -92,6 +94,7 @@ Section {
maximumValue: 0xffff
minimumValue: 0
decimals: 0
+ realDragRange: 5000
}
Item {
@@ -109,6 +112,7 @@ Section {
maximumValue: 0xffff
minimumValue: 0
decimals: 0
+ realDragRange: 5000
}
ExpandingSpacer {
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SpinBox.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SpinBox.qml
index 2ec1052877..2333a194e7 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SpinBox.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SpinBox.qml
@@ -41,6 +41,8 @@ Item {
property alias backendValue: spinBox.backendValue
property alias sliderIndicatorVisible: spinBox.sliderIndicatorVisible
+ property alias realDragRange: spinBox.realDragRange
+
width: 96
implicitHeight: spinBox.height