Fixing bug with slight cliping at the bottom of the sidebar.
This commit is contained in:
parent
f229dc014c
commit
9c26195f66
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ ApplicationWindow {
|
|||
anchors.topMargin: 5
|
||||
anchors.leftMargin: 5
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.bottomMargin: sidebarSelector.height
|
||||
//anchors.bottomMargin: sidebarSelector.height
|
||||
width: parent.width - 5
|
||||
currentIndex: sidebarSelector.currentIndex
|
||||
z: -1
|
||||
|
|
Loading…
Reference in a new issue