fix(qml/AppUI): 设置完其他字体后恢复默认设置,搜索框字体未同步
This commit is contained in:
parent
5c52d74522
commit
d1585289b2
|
@ -78,6 +78,7 @@ Item {
|
|||
selectByMouse: true
|
||||
maximumLength: 14
|
||||
font.pointSize: textSize
|
||||
font.family: Platform.Theme.fontFamily;
|
||||
|
||||
onEditingFinished: {
|
||||
// modelManager.getFolderModel().renameFolder(text);
|
||||
|
|
|
@ -85,6 +85,7 @@ UkuiItems.StyleBackground {
|
|||
selectByMouse: true
|
||||
verticalAlignment: TextInput.AlignVCenter
|
||||
font.pointSize: defaultText.font.pointSize
|
||||
font.family: defaultText.font.family
|
||||
focus: true
|
||||
activeFocusOnTab: true
|
||||
|
||||
|
|
Loading…
Reference in New Issue