mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-04 22:49:50 -05:00
bar/systray: add some more margin to text
This commit is contained in:
parent
d2149e0705
commit
b55f89a00d
2 changed files with 3 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ PopupWindow {
|
|||
|
||||
Item {
|
||||
id: popupContent
|
||||
implicitWidth: Math.max(root.content?.width, 120)
|
||||
implicitWidth: Math.max(root.content?.width, 60)
|
||||
implicitHeight: Math.max(childrenRect.height, 60)
|
||||
|
||||
Behavior on opacity {
|
||||
|
|
|
|||
|
|
@ -105,6 +105,8 @@ ColumnLayout {
|
|||
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
Layout.leftMargin: 6
|
||||
Layout.rightMargin: 6
|
||||
}
|
||||
|
||||
Item {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue