From f8886f245eadd8a59621df28ae35881ccf42528a Mon Sep 17 00:00:00 2001 From: DavidLazarescu Date: Wed, 27 Sep 2023 11:09:01 +0200 Subject: [PATCH] Fixed resizing issues --- src/presentation/freeBooksPage/MFreeBooksPage.qml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/presentation/freeBooksPage/MFreeBooksPage.qml b/src/presentation/freeBooksPage/MFreeBooksPage.qml index 7905b45bd..d259c242b 100644 --- a/src/presentation/freeBooksPage/MFreeBooksPage.qml +++ b/src/presentation/freeBooksPage/MFreeBooksPage.qml @@ -59,8 +59,7 @@ Page { ColumnLayout { id: layout - anchors.left: parent.left - anchors.right: parent.right + anchors.fill: parent anchors.rightMargin: internal.windowRightMargin anchors.leftMargin: internal.windowLeftMargin spacing: 0 @@ -99,7 +98,7 @@ Page { Pane { id: bookGridContainer Layout.fillWidth: true - Layout.preferredHeight: 759 + Layout.fillHeight: true Layout.topMargin: 30 visible: !root.empty padding: 0