From eba4fee583ee5ae989e5155d3f40eaf8f8b38e98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Sat, 18 Mar 2023 19:33:20 +0800 Subject: Fix the grids container horizontal margins Previously the grid would become too narrow because of too wide horizontal margins --- HomeDefault.ui.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'HomeDefault.ui.qml') diff --git a/HomeDefault.ui.qml b/HomeDefault.ui.qml index cd7d38f..5bf30e1 100644 --- a/HomeDefault.ui.qml +++ b/HomeDefault.ui.qml @@ -274,6 +274,8 @@ Flickable { StackLayout { currentIndex: tabs.currentIndex property real preservedAspectHeight: width * 1.6 + Layout.leftMargin: -12.8 + Layout.rightMargin: -12.8 Layout.preferredHeight: width < 576 ? preservedAspectHeight * tabsContent.currentCount : width < 768 -- cgit v1.2.3