Merge branch 'dev' of https://github.com/noctalia-dev/noctalia-shell into dev
This commit is contained in:
commit
8b3945b612
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ import qs.Widgets
|
||||||
Rectangle {
|
Rectangle {
|
||||||
readonly property real itemSize: 24 * scaling
|
readonly property real itemSize: 24 * scaling
|
||||||
|
|
||||||
visible: Settings.data.bar.showTray && SystemTray.items.length > 0
|
visible: Settings.data.bar.showTray && (SystemTray.items.values.length > 0)
|
||||||
width: tray.width + Style.marginM * scaling * 2
|
width: tray.width + Style.marginM * scaling * 2
|
||||||
|
|
||||||
height: Math.round(Style.capsuleHeight * scaling)
|
height: Math.round(Style.capsuleHeight * scaling)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue