make bar work with bottom position

This commit is contained in:
end-4
2026-01-05 20:27:39 +01:00
parent 7872fba6fe
commit d1988bef02
4 changed files with 100 additions and 51 deletions
@@ -15,8 +15,12 @@ Item {
id: root
// To be fed
required property int screenWidth
required property int screenHeight
property int screenWidth: QsWindow.window.width
property int screenHeight: QsWindow.window.height
// Signals
signal requestFocus()
signal dismissed()
// Some info
property int reservedTop: 0