Skip to content

Commit

Permalink
Fix missing/bad layers panel bottom margin
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jun 6, 2023
1 parent 5640ee5 commit cb2e23a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/qml/BadLayerItem.qml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ Page {
}

ColumnLayout {
width: parent.width
height: parent.height
anchors.margins: 8
anchors.bottomMargin: 8 + mainWindow.sceneBottomMargin
anchors.fill: parent
Layout.margins: 0
spacing: 10

Expand Down

0 comments on commit cb2e23a

Please sign in to comment.