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

This commit is contained in:
Ad5001 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

View file

@ -15,7 +15,7 @@ pyinstaller --add-data "LogarithmPlotter/qml:qml" \
--noconsole \
--noconfirm \
--icon=mac/logarithmplotter.icns \
--osx-bundle-identifier eu.ad5001.logarithmplotter \
--osx-bundle-identifier eu.ad5001.LogarithmPlotter \
-n LogarithmPlotter \
LogarithmPlotter/__init__.py