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:
parent
ffced101e1
commit
be25a3b145
@ -1830,7 +1830,7 @@ DragDrop.DropArea {
|
||||
Rectangle{
|
||||
anchors.fill: parent
|
||||
color: "yellow"
|
||||
opacity: 0.30
|
||||
opacity: 0.06
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user