Skip to content

Commit

Permalink
Merge pull request #3406 from MerginMaps/iss-3324
Browse files Browse the repository at this point in the history
Fixing issue where the close button is rendered within the safe area in landscape mode
  • Loading branch information
tomasMizera committed May 2, 2024
2 parents df786d4 + df2ddf5 commit 7931f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/qml/components/MMDrawerHeader.qml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Rectangle {

anchors {
right: parent.right
rightMargin: __style.pageMargins
rightMargin: __style.pageMargins + __style.safeAreaRight
verticalCenter: parent.verticalCenter
}

Expand Down

0 comments on commit 7931f30

Please sign in to comment.