fix(qml/extensions): 全屏模式下应用组编辑框文字显示不全
This commit is contained in:
parent
78207d4eeb
commit
8ca791785c
|
@ -188,10 +188,10 @@ Loader {
|
||||||
AppUI.EditText {
|
AppUI.EditText {
|
||||||
id: folderNameText
|
id: folderNameText
|
||||||
anchors.bottom: folderIconBase.top
|
anchors.bottom: folderIconBase.top
|
||||||
anchors.bottomMargin: 30
|
anchors.bottomMargin: 12
|
||||||
anchors.horizontalCenter: folderIconBase.horizontalCenter
|
anchors.horizontalCenter: folderIconBase.horizontalCenter
|
||||||
|
|
||||||
height: 47; width: folderIconBase.width
|
height: 72; width: folderIconBase.width
|
||||||
textEdited: folderName
|
textEdited: folderName
|
||||||
textCenterIn: true
|
textCenterIn: true
|
||||||
textSize: 32
|
textSize: 32
|
||||||
|
|
Loading…
Reference in New Issue