From f44e63b42701e503556b860588cd60dd387fadea Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 6 Feb 2020 08:31:23 -0800 Subject: 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 --- mobile-widgets/qml/Settings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets/qml') diff --git a/mobile-widgets/qml/Settings.qml b/mobile-widgets/qml/Settings.qml index e01d83219..ccc84f450 100644 --- a/mobile-widgets/qml/Settings.qml +++ b/mobile-widgets/qml/Settings.qml @@ -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") -- cgit v1.2.3-70-g09d2