Fixing longstanding bug with sidebar items unable to be scroller to bottom

This commit is contained in:
Adsooi 2021-07-19 19:06:29 +02:00
parent 4c94bec1e1
commit c772d1e82c
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
2 changed files with 2 additions and 2 deletions

View file

@ -84,7 +84,7 @@ ApplicationWindow {
anchors.topMargin: 5
anchors.leftMargin: 5
anchors.bottom: parent.bottom
anchors.bottomMargin: 20
anchors.bottomMargin: sidebarSelector.height
width: parent.width - 10
currentIndex: sidebarSelector.currentIndex
z: -1