Theme welcome_pages_button

This commit is contained in:
Lipu Fei 2019-03-21 16:01:50 +01:00
parent 570b6b9804
commit c3175e5322
8 changed files with 12 additions and 10 deletions

View file

@ -59,7 +59,7 @@ Column
id: getStartedButton
anchors.horizontalCenter: parent.horizontalCenter
text: catalog.i18nc("@button", "Get started")
width: 140
width: UM.Theme.getSize("welcome_pages_button").width
fixedWidthMode: true
onClicked: base.showNextPage()
}