Fix button margins in wizard pages
This commit is contained in:
parent
f813685ab6
commit
19fbbd165e
@ -26,6 +26,7 @@ Page {
|
||||
spacing: Style.margins
|
||||
|
||||
RowLayout {
|
||||
Layout.margins: Style.margins
|
||||
ProgressButton {
|
||||
imageSource: "/ui/images/navigation-menu.svg"
|
||||
longpressEnabled: false
|
||||
@ -35,7 +36,6 @@ Page {
|
||||
Label {
|
||||
id: titleLabel
|
||||
Layout.fillWidth: true
|
||||
Layout.margins: Style.margins
|
||||
text: root.title
|
||||
font: Style.largeFont
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
|
||||
Reference in New Issue
Block a user