Remove double blank lines from QML files
This commit is contained in:
@@ -24,7 +24,6 @@ HFileDialogOpener {
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
fill: false
|
||||
dialog.title: qsTr("Save decryption keys file as...")
|
||||
dialog.fileMode: FileDialog.SaveFile
|
||||
|
@@ -26,7 +26,6 @@ Item {
|
||||
signal filesPicked(var files)
|
||||
signal cancelled()
|
||||
|
||||
|
||||
anchors.fill: fill ? parent : undefined
|
||||
|
||||
TapHandler { enabled: opener.enabled && fill; onTapped: fileDialog.open() }
|
||||
|
@@ -10,7 +10,6 @@ HFileDialogOpener {
|
||||
property string userId: ""
|
||||
property string importFutureId: ""
|
||||
|
||||
|
||||
fill: false
|
||||
dialog.title: qsTr("Select a decryption keys file to import")
|
||||
onFilePicked: {
|
||||
|
@@ -12,7 +12,6 @@ HFileDialogOpener {
|
||||
|
||||
signal replied()
|
||||
|
||||
|
||||
fill: false
|
||||
dialog.title: qsTr("Select a file to send")
|
||||
dialog.fileMode: FileDialog.OpenFiles
|
||||
|
Reference in New Issue
Block a user