qml: icons, styling
This commit is contained in:
@@ -194,7 +194,9 @@ Pane {
|
||||
Layout.columnSpan: 2
|
||||
Layout.topMargin: constants.paddingSmall
|
||||
visible: addressdetails.pubkeys.length
|
||||
text: qsTr('Public keys')
|
||||
text: addressdetails.pubkeys.length > 1
|
||||
? qsTr('Public keys')
|
||||
: qsTr('Public key')
|
||||
color: Material.accentColor
|
||||
}
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@ ElDialog {
|
||||
property alias sendButtonText: sendButton.text
|
||||
|
||||
title: qsTr('Transaction Fee')
|
||||
iconSource: Qt.resolvedUrl('../../icons/question.png')
|
||||
|
||||
// copy these to finalizer
|
||||
onAddressChanged: finalizer.address = address
|
||||
|
||||
@@ -11,6 +11,7 @@ ElDialog {
|
||||
id: rootItem
|
||||
|
||||
title: qsTr('Proxy settings')
|
||||
iconSource: Qt.resolvedUrl('../../icons/status_connected_proxy.png')
|
||||
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
|
||||
@@ -11,6 +11,7 @@ ElDialog {
|
||||
id: rootItem
|
||||
|
||||
title: qsTr('Server settings')
|
||||
iconSource: Qt.resolvedUrl('../../icons/network.png')
|
||||
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
|
||||
Reference in New Issue
Block a user