mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-20 02:28:56 +00:00
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
|
displayCloseButton: false
|
||||||
//% "Before you get started..."
|
//% "Before you get started..."
|
||||||
title: qsTrId("before-you-get-started---")
|
title: qsTrId("before-you-get-started---")
|
||||||
width: 430
|
width: 480
|
||||||
height: 300
|
height: 318
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
@ -102,7 +102,7 @@ ModalPopup {
|
|||||||
id: getStartedButton
|
id: getStartedButton
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
enabled: acknowledge.checked && termsOfUse.checked
|
enabled: acknowledge.checked && termsOfUse.checked
|
||||||
width: 146
|
width: 130
|
||||||
height: 44
|
height: 44
|
||||||
//% "Get Started"
|
//% "Get Started"
|
||||||
text: qsTrId("get-started")
|
text: qsTrId("get-started")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user