Remove double blank lines from QML files

This commit is contained in:
miruka
2020-11-15 11:54:30 -04:00
parent 58257c0930
commit eed2cc4818
139 changed files with 0 additions and 162 deletions

View File

@@ -24,7 +24,6 @@ HFileDialogOpener {
})
}
fill: false
dialog.title: qsTr("Save decryption keys file as...")
dialog.fileMode: FileDialog.SaveFile

View File

@@ -26,7 +26,6 @@ Item {
signal filesPicked(var files)
signal cancelled()
anchors.fill: fill ? parent : undefined
TapHandler { enabled: opener.enabled && fill; onTapped: fileDialog.open() }

View File

@@ -10,7 +10,6 @@ HFileDialogOpener {
property string userId: ""
property string importFutureId: ""
fill: false
dialog.title: qsTr("Select a decryption keys file to import")
onFilePicked: {

View File

@@ -12,7 +12,6 @@ HFileDialogOpener {
signal replied()
fill: false
dialog.title: qsTr("Select a file to send")
dialog.fileMode: FileDialog.OpenFiles