fixed page home height for linux

This commit is contained in:
vladimir.kuznetsov 2024-04-16 16:01:45 +05:00
parent 151e662027
commit d8682003fa
2 changed files with 3 additions and 2 deletions

View file

@ -107,7 +107,7 @@ PageType {
id: drawer
anchors.fill: parent
collapsedContent: Item {
collapsedContent: Item {
implicitHeight: Qt.platform.os !== "ios" ? root.height * 0.9 : screen.height * 0.77
Component.onCompleted: {
drawer.expandedHeight = implicitHeight