sidebar: add option for hover open at end of hover region

This commit is contained in:
end-4
2025-10-16 09:59:36 +02:00
parent 20bda361a3
commit a5170c51b3
3 changed files with 23 additions and 1 deletions
@@ -388,9 +388,10 @@ Singleton {
property bool bottom: false
property bool valueScroll: true
property bool clickless: false
property real cornerRegionWidth: 60
property real cornerRegionWidth: 250
property real cornerRegionHeight: 2
property bool visualize: false
property bool clicklessCornerEnd: true
}
}