Fixing longstanding bug with sidebar items unable to be scroller to bottom
This commit is contained in:
parent
4c94bec1e1
commit
c772d1e82c
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue