plugins/outputlocator: Add outline to frame

Ensures a contrast between a window behind it, e.g. the KScreen KCM.
This commit is contained in:
Kai Uwe Broulik 2024-08-28 17:05:55 +02:00
parent d24ec2a335
commit 54cb3407d3

View file

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