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.topMargin: 5
|
||||||
anchors.leftMargin: 5
|
anchors.leftMargin: 5
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
anchors.bottomMargin: sidebarSelector.height
|
//anchors.bottomMargin: sidebarSelector.height
|
||||||
width: parent.width - 5
|
width: parent.width - 5
|
||||||
currentIndex: sidebarSelector.currentIndex
|
currentIndex: sidebarSelector.currentIndex
|
||||||
z: -1
|
z: -1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue