Skip to content

Commit

Permalink
Fixed resizing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLazarescu committed Sep 27, 2023
1 parent b4f5aed commit f8886f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/presentation/freeBooksPage/MFreeBooksPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f8886f2

Please sign in to comment.