Fixing bug with slight cliping at the bottom of the sidebar.

This commit is contained in:
Ad5001 2022-02-08 14:51:41 +01:00
parent f229dc014c
commit 9c26195f66
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -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