Browse Source

qml: use same main-server icon as in desktop client

master
Sander van Grieken 3 years ago
parent
commit
42cb3a1377
  1. 11
      electrum/gui/qml/components/controls/ServerDelegate.qml

11
electrum/gui/qml/components/controls/ServerDelegate.qml

@ -29,11 +29,12 @@ ItemDelegate {
}
Item {
Layout.preferredWidth: constants.iconSizeSmall
Layout.preferredHeight: constants.iconSizeSmall
Label {
text: '❤'
anchors.centerIn: parent
Layout.preferredWidth: constants.iconSizeMedium
Layout.preferredHeight: constants.iconSizeMedium
Image {
source: '../../../icons/chevron-right.png'
width: constants.iconSizeMedium
height: constants.iconSizeMedium
visible: model.is_primary
}
}

Loading…
Cancel
Save