mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
black-ish panel when empty
This commit is contained in:
parent
85345d2026
commit
9a297704ec
1 changed files with 2 additions and 1 deletions
|
|
@ -22,10 +22,11 @@ import QtQuick.Layouts 1.1
|
||||||
import org.kde.plasma.core 2.0 as PlasmaCore
|
import org.kde.plasma.core 2.0 as PlasmaCore
|
||||||
|
|
||||||
|
|
||||||
PlasmaCore.FrameSvgItem {
|
Rectangle {
|
||||||
id: root
|
id: root
|
||||||
|
|
||||||
visible: false //adjust borders is run during setup. We want to avoid painting till completed
|
visible: false //adjust borders is run during setup. We want to avoid painting till completed
|
||||||
|
color: theme.textColor
|
||||||
|
|
||||||
property Item containment
|
property Item containment
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue