fix(Mint/Airdrop tokens): Darkmode images

Updated images without background.

Closes #10299
This commit is contained in:
Noelia 2023-04-17 09:00:05 +02:00 committed by Noelia
parent 89efb1cd71
commit d5e5ba2796
3 changed files with 7 additions and 2 deletions

View File

@ -14,6 +14,10 @@ StatusScrollView {
property alias subtitle: subtitleItem.text
property alias checkersModel: checkersItems.model
property int imageWidth: 256
property int imageHeigth: root.imageWidth
contentWidth: mainLayout.width
contentHeight: mainLayout.height + mainLayout.anchors.topMargin
@ -43,9 +47,10 @@ StatusScrollView {
Image {
id: imageItem
Layout.preferredWidth: 257
Layout.preferredHeight: Layout.preferredWidth
Layout.preferredWidth: root.imageWidth
Layout.preferredHeight: root.imageHeigth
Layout.alignment: Qt.AlignHCenter
fillMode: Image.PreserveAspectFit
mipmap: true
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 203 KiB