qml: add a few more dialog icons
This commit is contained in:
@@ -223,7 +223,8 @@ Pane {
|
|||||||
{
|
{
|
||||||
title: qsTr('Channel Backup for %1').arg(channeldetails.short_cid),
|
title: qsTr('Channel Backup for %1').arg(channeldetails.short_cid),
|
||||||
text: channeldetails.channelBackup(),
|
text: channeldetails.channelBackup(),
|
||||||
text_help: channeldetails.channelBackupHelpText()
|
text_help: channeldetails.channelBackupHelpText(),
|
||||||
|
iconSource: Qt.resolvedUrl('../../icons/file.png')
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
dialog.open()
|
dialog.open()
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ ElDialog {
|
|||||||
|
|
||||||
title: qsTr('Close Channel')
|
title: qsTr('Close Channel')
|
||||||
standardButtons: closing ? 0 : Dialog.Cancel
|
standardButtons: closing ? 0 : Dialog.Cancel
|
||||||
|
iconSource: Qt.resolvedUrl('../../icons/lightning_disconnected.png')
|
||||||
|
|
||||||
modal: true
|
modal: true
|
||||||
parent: Overlay.overlay
|
parent: Overlay.overlay
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ ElDialog {
|
|||||||
|
|
||||||
title: qsTr('Invoice')
|
title: qsTr('Invoice')
|
||||||
standardButtons: invoice_key != '' ? Dialog.Close : Dialog.Cancel
|
standardButtons: invoice_key != '' ? Dialog.Close : Dialog.Cancel
|
||||||
|
iconSource: Qt.resolvedUrl('../../icons/tab_send.png')
|
||||||
|
|
||||||
padding: 0
|
padding: 0
|
||||||
|
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ ElDialog {
|
|||||||
parent: Overlay.overlay
|
parent: Overlay.overlay
|
||||||
modal: true
|
modal: true
|
||||||
standardButtons: Dialog.Close
|
standardButtons: Dialog.Close
|
||||||
|
iconSource: Qt.resolvedUrl('../../icons/tab_receive.png')
|
||||||
|
|
||||||
Overlay.modal: Rectangle {
|
Overlay.modal: Rectangle {
|
||||||
color: "#aa000000"
|
color: "#aa000000"
|
||||||
|
|||||||
@@ -60,6 +60,7 @@ ElDialog {
|
|||||||
horizontalPadding: 0
|
horizontalPadding: 0
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
Layout.bottomMargin: constants.paddingLarge
|
||||||
|
|
||||||
ListView {
|
ListView {
|
||||||
id: serversListView
|
id: serversListView
|
||||||
|
|||||||
Reference in New Issue
Block a user