[UI] Fix Formatting.
This commit is contained in:
parent
7d5482c1f6
commit
36b01f31bc
|
@ -241,7 +241,7 @@ Window {
|
||||||
onAccepted: {
|
onAccepted: {
|
||||||
player.command(["loadfile", pathText.text])
|
player.command(["loadfile", pathText.text])
|
||||||
pathText.text = ""
|
pathText.text = ""
|
||||||
}
|
}
|
||||||
TextField {
|
TextField {
|
||||||
id: pathText
|
id: pathText
|
||||||
placeholderText: qsTr("URL / File Path")
|
placeholderText: qsTr("URL / File Path")
|
||||||
|
|
Loading…
Reference in a new issue