fix(qml/extensions): 全屏模式下应用组编辑框文字显示不全
This commit is contained in:
parent
78207d4eeb
commit
8ca791785c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue