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
@@ -31,7 +31,7 @@ PageType {
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right
anchors.topMargin: 20
anchors.topMargin: 20 + SettingsController.safeAreaTopMargin
onFocusChanged: {
if (this.activeFocus) {