mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:43:24 +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 {
|
||||
Layout.preferredWidth: gridWidth * 0.8
|
||||
Layout.columnSpan: 3
|
||||
Layout.columnSpan: 2
|
||||
spacing: Kirigami.Units.largeSpacing
|
||||
TemplateButton {
|
||||
text: qsTr("smaller")
|
||||
|
|
Loading…
Add table
Reference in a new issue