mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
remove the blue line for expanded feedback
This commit is contained in:
parent
b99b093861
commit
f78f4e73f9
1 changed files with 1 additions and 13 deletions
|
|
@ -32,7 +32,7 @@ Item {
|
|||
|
||||
property Item fullRepresentation
|
||||
property Item compactRepresentation
|
||||
property Item expandedFeedback: expandedItem
|
||||
property Item expandedFeedback: null
|
||||
|
||||
property Item rootItem: {
|
||||
var item = root
|
||||
|
|
@ -61,18 +61,6 @@ Item {
|
|||
fullRepresentation.anchors.margins = appletParent.margins.top;
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
id: expandedItem
|
||||
anchors {
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
bottom: parent.top
|
||||
}
|
||||
height: units.smallSpacing
|
||||
color: PlasmaCore.ColorScope.highlightColor
|
||||
visible: plasmoid.formFactor != PlasmaCore.Types.Planar && plasmoid.expanded
|
||||
}
|
||||
|
||||
Connections {
|
||||
target: plasmoid
|
||||
onExpandedChanged: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue