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.topMargin: 5
|
||||||
anchors.leftMargin: 5
|
anchors.leftMargin: 5
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
anchors.bottomMargin: 20
|
anchors.bottomMargin: sidebarSelector.height
|
||||||
width: parent.width - 10
|
width: parent.width - 10
|
||||||
currentIndex: sidebarSelector.currentIndex
|
currentIndex: sidebarSelector.currentIndex
|
||||||
z: -1
|
z: -1
|
||||||
|
|
|
@ -15,7 +15,7 @@ pyinstaller --add-data "LogarithmPlotter/qml:qml" \
|
||||||
--noconsole \
|
--noconsole \
|
||||||
--noconfirm \
|
--noconfirm \
|
||||||
--icon=mac/logarithmplotter.icns \
|
--icon=mac/logarithmplotter.icns \
|
||||||
--osx-bundle-identifier eu.ad5001.logarithmplotter \
|
--osx-bundle-identifier eu.ad5001.LogarithmPlotter \
|
||||||
-n LogarithmPlotter \
|
-n LogarithmPlotter \
|
||||||
LogarithmPlotter/__init__.py
|
LogarithmPlotter/__init__.py
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue