fix: double colon in window title again

This commit is contained in:
James Houlahan
2020-08-20 14:10:00 +02:00
committed by Michal Horejsek
parent f8cf4e966f
commit 29ff8cf54b
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ Dialog {
FileAndFolderSelect {
id: outputPathInput
title: qsTr("Select location of export", "todo")
title: qsTr("Select location of export:", "todo")
width : inputRow.columnWidth // stretch folder input
}

View File

@ -60,7 +60,7 @@ Row {
FileDialog {
id: pathDialog
title: root.title + ":"
title: root.title
folder: shortcuts.home
onAccepted: sanitizePath(pathDialog.fileUrl.toString())
selectFolder: true