QmlDesigner.PropertyEditor: Align reset button

Change-Id: I05fd4f6a2cc668a5ec65919b1ef83bea117a7789
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Thomas Hartmann
2016-07-27 14:18:06 +02:00
committed by Alessandro Portale
parent 351919a1bf
commit fc792d0218
3 changed files with 5 additions and 3 deletions

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -83,7 +83,7 @@ ButtonRowButton {
ExtendedFunctionButton {
backendValue: boolButtonRowButton.backendValue
x: 0
x: 2
y: 4
}
}