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:
Dirk Hohndel 2020-02-06 08:31:23 -08:00
parent b7433b15ff
commit f44e63b427

View file

@ -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")