fix Onboarding/popups/BeforeGetStartedModal.qml: fix button and window width by design

This commit is contained in:
Anastasiya S 2021-10-14 11:44:50 +03:00 committed by Iuri Matias
parent a715c6b62e
commit 07965a97f7
1 changed files with 3 additions and 3 deletions

View File

@ -16,8 +16,8 @@ ModalPopup {
displayCloseButton: false
//% "Before you get started..."
title: qsTrId("before-you-get-started---")
width: 430
height: 300
width: 480
height: 318
ColumnLayout {
anchors.centerIn: parent
@ -102,7 +102,7 @@ ModalPopup {
id: getStartedButton
anchors.right: parent.right
enabled: acknowledge.checked && termsOfUse.checked
width: 146
width: 130
height: 44
//% "Get Started"
text: qsTrId("get-started")