forked from qt-creator/qt-creator
QmlDesigner.PropertyEditor: Align reset button
Change-Id: I05fd4f6a2cc668a5ec65919b1ef83bea117a7789 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
committed by
Alessandro Portale
parent
351919a1bf
commit
fc792d0218
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -83,7 +83,7 @@ ButtonRowButton {
|
||||
|
||||
ExtendedFunctionButton {
|
||||
backendValue: boolButtonRowButton.backendValue
|
||||
x: 0
|
||||
x: 2
|
||||
y: 4
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user