summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@theqtcompany.com>2016-07-27 14:18:06 +0200
committerAlessandro Portale <alessandro.portale@qt.io>2016-07-27 14:20:34 +0000
commitfc792d0218e534a74d986dcdee864c5f5b62296e (patch)
tree5b646a857c02152589e04b57c3a1e9ab7442cba9 /share
parent351919a1bfa51f2fb898aa71fe73b3c700cd7885 (diff)
downloadqt-creator-fc792d0218e534a74d986dcdee864c5f5b62296e.tar.gz
QmlDesigner.PropertyEditor: Align reset button
Change-Id: I05fd4f6a2cc668a5ec65919b1ef83bea117a7789 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/AligmentHorizontalButtons.qml3
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/AligmentVerticalButtons.qml3
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/BoolButtonRowButton.qml2
3 files changed, 5 insertions, 3 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/AligmentHorizontalButtons.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/AligmentHorizontalButtons.qml
index 7e777ec678..af29773ce2 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/AligmentHorizontalButtons.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/AligmentHorizontalButtons.qml
@@ -30,10 +30,11 @@ Row {
id: alignmentHorizontalButtons
RoundedPanel {
- width: 14
+ width: 16
height: parent.height
roundLeft: true
ExtendedFunctionButton {
+ x: 2
anchors.verticalCenter: parent.verticalCenter
backendValue: alignmentHorizontalButtons.backendValue
}
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/AligmentVerticalButtons.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/AligmentVerticalButtons.qml
index b36d93656c..ac3bd20f35 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/AligmentVerticalButtons.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/AligmentVerticalButtons.qml
@@ -30,11 +30,12 @@ Row {
id: alignmentVerticalButtons
RoundedPanel {
- width: 14
+ width: 16
height: parent.height
roundLeft: true
ExtendedFunctionButton {
+ x: 2
anchors.verticalCenter: parent.verticalCenter
backendValue: alignmentVerticalButtons.backendValue
}
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/BoolButtonRowButton.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/BoolButtonRowButton.qml
index adad22f083..28ebab1804 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/BoolButtonRowButton.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/BoolButtonRowButton.qml
@@ -83,7 +83,7 @@ ButtonRowButton {
ExtendedFunctionButton {
backendValue: boolButtonRowButton.backendValue
- x: 0
+ x: 2
y: 4
}
}