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