From 3ad558cf6e6a8d3463e612c1dfa6ec30bbd8482b Mon Sep 17 00:00:00 2001 From: Vyn Date: Tue, 21 May 2024 12:26:24 +0200 Subject: [PATCH] Small UI margins improvements --- src/qml/Main.qml | 1 + src/qml/SideMenu.qml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/qml/Main.qml b/src/qml/Main.qml index 606654f..0ba3ae9 100644 --- a/src/qml/Main.qml +++ b/src/qml/Main.qml @@ -72,6 +72,7 @@ Window { Loader { sourceComponent: sideMenuComponent Layout.fillHeight: true + Layout.fillWidth: root.isPhone } Loader { sourceComponent: mainPanelComponent diff --git a/src/qml/SideMenu.qml b/src/qml/SideMenu.qml index 20b95a3..d7a2047 100644 --- a/src/qml/SideMenu.qml +++ b/src/qml/SideMenu.qml @@ -13,7 +13,7 @@ import Mirai Rectangle { color: MiraiColorPalette.pane - implicitWidth: childrenRect.width + 20 + implicitWidth: childrenRect.width + 20 + 30 ColumnLayout { anchors.top: parent.top