forked from Silverfish/proton-bridge
fix: double colon in window title again
This commit is contained in:
committed by
Michal Horejsek
parent
f8cf4e966f
commit
29ff8cf54b
@ -119,7 +119,7 @@ Dialog {
|
|||||||
|
|
||||||
FileAndFolderSelect {
|
FileAndFolderSelect {
|
||||||
id: outputPathInput
|
id: outputPathInput
|
||||||
title: qsTr("Select location of export", "todo")
|
title: qsTr("Select location of export:", "todo")
|
||||||
width : inputRow.columnWidth // stretch folder input
|
width : inputRow.columnWidth // stretch folder input
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -60,7 +60,7 @@ Row {
|
|||||||
|
|
||||||
FileDialog {
|
FileDialog {
|
||||||
id: pathDialog
|
id: pathDialog
|
||||||
title: root.title + ":"
|
title: root.title
|
||||||
folder: shortcuts.home
|
folder: shortcuts.home
|
||||||
onAccepted: sanitizePath(pathDialog.fileUrl.toString())
|
onAccepted: sanitizePath(pathDialog.fileUrl.toString())
|
||||||
selectFolder: true
|
selectFolder: true
|
||||||
|
|||||||
Reference in New Issue
Block a user