Merge pull request #757 from amnezia-vpn/bugfix/page-home-height-linux

fixed page home height for linux
This commit is contained in:
pokamest
2024-04-18 04:48:18 -07:00
committed by GitHub
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

View File

@@ -33,7 +33,8 @@ Window {
StackViewType {
id: rootStackView
anchors.fill: parent
width: root.width
height: root.height
focus: true
Component.onCompleted: {