improve debug graphics mode visuals

pull/5/head
Michail Vourlakos 6 years ago
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…
Cancel
Save