Skip to content

Commit b8e5148

Browse files
Johnny Carlsonhebasto
authored andcommitted
qml: constrain Options views to 450 pixels plus padding
Github-Pull: bitcoin-core#185 Rebased-From: 595a57d
1 parent 59bcc0c commit b8e5148

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/qml/BitcoinApp/onboarding01b.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Page {
2323
}
2424
}
2525
ColumnLayout {
26-
width: Math.min(parent.width, 600)
26+
width: Math.min(parent.width, 490)
2727
spacing: 0
2828
anchors.top: parent.top
2929
anchors.horizontalCenter: parent.horizontalCenter

src/qml/BitcoinApp/onboarding01c.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Page {
2323
}
2424
}
2525
ColumnLayout {
26-
width: Math.min(parent.width, 600)
26+
width: Math.min(parent.width, 490)
2727
spacing: 0
2828
anchors.top: parent.top
2929
anchors.horizontalCenter: parent.horizontalCenter

src/qml/BitcoinApp/onboarding05b.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Page {
2222
}
2323
}
2424
ColumnLayout {
25-
width: Math.min(parent.width, 450)
25+
width: Math.min(parent.width, 490)
2626
spacing: 0
2727
anchors.top: parent.top
2828
anchors.horizontalCenter: parent.horizontalCenter

src/qml/BitcoinApp/onboarding06b.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Page {
2222
}
2323
}
2424
ColumnLayout {
25-
width: Math.min(parent.width, 450)
25+
width: Math.min(parent.width, 490)
2626
spacing: 0
2727
anchors.top: parent.top
2828
anchors.horizontalCenter: parent.horizontalCenter

0 commit comments

Comments
 (0)