1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-26 23:21:37 +03:00

improve debug graphics mode visuals

This commit is contained in:
Michail Vourlakos 2019-05-14 22:20:32 +03:00
parent ffced101e1
commit be25a3b145
2 changed files with 14 additions and 1 deletions

View File

@ -1830,7 +1830,7 @@ DragDrop.DropArea {
Rectangle{
anchors.fill: parent
color: "yellow"
opacity: 0.30
opacity: 0.06
}
}
}

View File

@ -225,6 +225,19 @@ MouseArea{
NumberAnimation { duration: root.durationTime*units.longDuration }
}
Loader{
anchors.fill: parent
active: latteView && latteView.debugMode
sourceComponent: Rectangle{
anchors.fill: parent
color: "transparent"
border.color: "blue"
border.width: 1
}
}
SubWindows{
id: subWindows