fix Onboarding/popups/BeforeGetStartedModal.qml: fix button and window width by design
This commit is contained in:
parent
a715c6b62e
commit
07965a97f7
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue