mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 23:40:11 +02:00
Merge pull request #8163 from ctrlaltdavid/20981
distinguish between file name and directory as prompt in file chooser
This commit is contained in:
commit
af67d814eb
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ ModalWindow {
|
||||||
|
|
||||||
TextField {
|
TextField {
|
||||||
id: currentSelection
|
id: currentSelection
|
||||||
label: "Path:"
|
label: selectDirectory ? "Directory:" : "File name:"
|
||||||
anchors {
|
anchors {
|
||||||
left: parent.left
|
left: parent.left
|
||||||
right: selectionType.visible ? selectionType.left: parent.right
|
right: selectionType.visible ? selectionType.left: parent.right
|
||||||
|
|
Loading…
Reference in a new issue