mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile/settings: correctly draw the size buttons
With the columnSpan 3 (in a grid with only two columns) they were drawn on top of the drop down for the theme. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b7433b15ff
commit
f44e63b427
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ TemplatePage {
|
||||||
}
|
}
|
||||||
Row {
|
Row {
|
||||||
Layout.preferredWidth: gridWidth * 0.8
|
Layout.preferredWidth: gridWidth * 0.8
|
||||||
Layout.columnSpan: 3
|
Layout.columnSpan: 2
|
||||||
spacing: Kirigami.Units.largeSpacing
|
spacing: Kirigami.Units.largeSpacing
|
||||||
TemplateButton {
|
TemplateButton {
|
||||||
text: qsTr("smaller")
|
text: qsTr("smaller")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue