plugins/outputlocator: Add outline to frame
Ensures a contrast between a window behind it, e.g. the KScreen KCM.
This commit is contained in:
parent
d24ec2a335
commit
54cb3407d3
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ Rectangle {
|
|||
property double scale;
|
||||
|
||||
color: Kirigami.Theme.backgroundColor
|
||||
border {
|
||||
color: Kirigami.Theme.textColor
|
||||
width: 2
|
||||
}
|
||||
|
||||
implicitWidth: childrenRect.width + 2 * childrenRect.x
|
||||
implicitHeight: childrenRect.height + 2 * childrenRect.y
|
||||
|
|
Loading…
Reference in a new issue