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 {
sourceComponent: sideMenuComponent
Layout.fillHeight: true
Layout.fillWidth: root.isPhone
}
Loader {
sourceComponent: mainPanelComponent

View file

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