black-ish panel when empty

This commit is contained in:
Marco Martin 2015-05-12 19:04:16 +02:00
parent 85345d2026
commit 9a297704ec

View file

@ -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