region selector: add option to show/hide coord aim lines

This commit is contained in:
end-4
2025-10-23 00:05:19 +02:00
parent b35ef90916
commit 7515f77846
3 changed files with 23 additions and 1 deletions
@@ -362,9 +362,12 @@ Singleton {
property real opacity: 0.3
property real contentRegionOpacity: 0.8
}
property JsonObject rect: JsonObject {
property bool showAimLines: true
}
property JsonObject circle: JsonObject {
property int strokeWidth: 6
property int padding: 40
property int padding: 30
}
}