Replace the info-*.png files used in qml with svg variants

This commit is contained in:
luisangelsm
2026-02-12 19:26:51 +01:00
parent 63d9129dcc
commit 1ef1029cf5
20 changed files with 64 additions and 43 deletions

View File

@ -1,6 +1,6 @@
import QtQuick
import Qt5Compat.GraphicalEffects
import QtQuick.Controls.impl
Item {
@ -15,14 +15,9 @@ Item {
}
}
Image {
ColorImage {
id: read_compact
source: "info-tick.png"
}
ColorOverlay {
anchors.fill: read_compact
source: read_compact
source: "info-tick.svg"
color: read ? readTickCheckedColor : readTickUncheckedColor
}
}