diff --git a/qml/extensions/FullScreenFolder.qml b/qml/extensions/FullScreenFolder.qml index 178206d..f674793 100644 --- a/qml/extensions/FullScreenFolder.qml +++ b/qml/extensions/FullScreenFolder.qml @@ -188,10 +188,10 @@ Loader { AppUI.EditText { id: folderNameText anchors.bottom: folderIconBase.top - anchors.bottomMargin: 30 + anchors.bottomMargin: 12 anchors.horizontalCenter: folderIconBase.horizontalCenter - height: 47; width: folderIconBase.width + height: 72; width: folderIconBase.width textEdited: folderName textCenterIn: true textSize: 32