Add support SafeMargins from Android

This commit is contained in:
NickVs2015
2025-11-03 17:51:01 +03:00
parent 2e7e65c1e0
commit 61e7cd073a
59 changed files with 991 additions and 817 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ PageType {
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right
anchors.topMargin: 20
anchors.topMargin: 20 + SettingsController.safeAreaTopMargin
onActiveFocusChanged: {
if(backButton.enabled && backButton.activeFocus) {