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

@ -60,7 +60,7 @@ Item
anchors.bottom: parent.bottom
anchors.margins: 40
text: catalog.i18nc("@button", "Agree")
width: 140
width: UM.Theme.getSize("welcome_pages_button").width
fixedWidthMode: true
onClicked:
{
@ -77,7 +77,7 @@ Item
anchors.bottom: parent.bottom
anchors.margins: 40
text: catalog.i18nc("@button", "Decline and close")
width: 140
width: UM.Theme.getSize("welcome_pages_button").width
fixedWidthMode: true
onClicked:
{