fix PathBar TextEdit style

This commit is contained in:
pjx206 2021-04-05 13:01:49 +08:00
parent 8635ca91fc
commit 29c18e5cf6
2 changed files with 5 additions and 1 deletions

View file

@ -2,7 +2,7 @@ import QtQuick 2.12
import Qt.labs.settings 1.0
Settings {
property int viewMethod: 1
property int viewMethod: 1 // controls display mode: list or grid
property bool showHidden: false
property int width: 900
property int height: 580

View file

@ -81,6 +81,10 @@ Item {
text: control.url
background: Rectangle {
radius: Meui.Theme.smallRadius
}
onAccepted: {
control.editorAccepted(text)
closeEditor()