fix(qml/extensions): 全屏模式下应用组编辑框文字显示不全

This commit is contained in:
youdiansaodongxi 2024-07-08 10:42:12 +08:00
parent 78207d4eeb
commit 8ca791785c
1 changed files with 2 additions and 2 deletions

View File

@ -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