Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLipu Fei <lipu.fei815@gmail.com>2019-03-21 18:01:50 +0300
committerLipu Fei <lipu.fei815@gmail.com>2019-03-21 18:01:50 +0300
commitc3175e53227ce1d38035515201bed58942a06f3f (patch)
treee9e2ccb2b4f0a09b41a7f1cb6f9804b52dd85f4f /resources/qml/WelcomePages/WelcomeContent.qml
parent570b6b98041aa15c555099e9a3fd942df4230012 (diff)
Theme welcome_pages_button
Diffstat (limited to 'resources/qml/WelcomePages/WelcomeContent.qml')
-rw-r--r--resources/qml/WelcomePages/WelcomeContent.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/WelcomePages/WelcomeContent.qml b/resources/qml/WelcomePages/WelcomeContent.qml
index fe47567da6..272c7bda47 100644
--- a/resources/qml/WelcomePages/WelcomeContent.qml
+++ b/resources/qml/WelcomePages/WelcomeContent.qml
@@ -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()
}