mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-02 01:13:19 +00:00
Small UI margins improvements
This commit is contained in:
parent
bf50484d40
commit
3ad558cf6e
2 changed files with 2 additions and 1 deletions
|
@ -72,6 +72,7 @@ Window {
|
|||
Loader {
|
||||
sourceComponent: sideMenuComponent
|
||||
Layout.fillHeight: true
|
||||
Layout.fillWidth: root.isPhone
|
||||
}
|
||||
Loader {
|
||||
sourceComponent: mainPanelComponent
|
||||
|
|
|
@ -13,7 +13,7 @@ import Mirai
|
|||
Rectangle {
|
||||
|
||||
color: MiraiColorPalette.pane
|
||||
implicitWidth: childrenRect.width + 20
|
||||
implicitWidth: childrenRect.width + 20 + 30
|
||||
|
||||
ColumnLayout {
|
||||
anchors.top: parent.top
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue