Skip to content

Commit

Permalink
iss-3324 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed May 2, 2024
1 parent 14ca9b7 commit 6847ea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/qml/components/MMDrawerHeader.qml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ Rectangle {
id: closeBtn

anchors {
right: parent.right
rightMargin: __style.pageMargins
right: parent.right //__style.safeAreaRight //parent.right - __style.safeAreaRight //__style.pageMargins //ApplicationWindow.window.safeArea.left
rightMargin: __style.pageMargins + __style.safeAreaRight
verticalCenter: parent.verticalCenter
}

Expand Down

0 comments on commit 6847ea6

Please sign in to comment.