From eba4fee583ee5ae989e5155d3f40eaf8f8b38e98 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ 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(+) 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.3