aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/GeometrySection.qml
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/GeometrySection.qml')
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/GeometrySection.qml4
1 files changed, 4 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 {