Small UI margins improvements

This commit is contained in:
Vyn 2024-05-21 12:26:24 +02:00
parent bf50484d40
commit 3ad558cf6e
2 changed files with 2 additions and 1 deletions

View file

@ -72,6 +72,7 @@ Window {
Loader { Loader {
sourceComponent: sideMenuComponent sourceComponent: sideMenuComponent
Layout.fillHeight: true Layout.fillHeight: true
Layout.fillWidth: root.isPhone
} }
Loader { Loader {
sourceComponent: mainPanelComponent sourceComponent: mainPanelComponent

View file

@ -13,7 +13,7 @@ import Mirai
Rectangle { Rectangle {
color: MiraiColorPalette.pane color: MiraiColorPalette.pane
implicitWidth: childrenRect.width + 20 implicitWidth: childrenRect.width + 20 + 30
ColumnLayout { ColumnLayout {
anchors.top: parent.top anchors.top: parent.top