mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-03 01:33: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
|
@ -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