region selector: lower aim lines opacity

This commit is contained in:
end-4
2025-10-23 00:06:23 +02:00
parent 7515f77846
commit c620c11ba8
@@ -65,7 +65,7 @@ Item {
// Coord lines // Coord lines
Rectangle { // Vertical Rectangle { // Vertical
visible: root.showAimLines visible: root.showAimLines
opacity: 0.5 opacity: 0.2
z: 2 z: 2
x: root.mouseX x: root.mouseX
anchors { anchors {
@@ -77,7 +77,7 @@ Item {
} }
Rectangle { // Horizontal Rectangle { // Horizontal
visible: root.showAimLines visible: root.showAimLines
opacity: 0.5 opacity: 0.2
z: 2 z: 2
y: root.mouseY y: root.mouseY
anchors { anchors {