refactor(StatusRoundButton): use SVGImage for better rendering
This commit is contained in:
parent
0e4a6196fc
commit
8142d30289
|
@ -84,7 +84,7 @@ RoundButton {
|
|||
contentItem: Item {
|
||||
anchors.fill: parent
|
||||
|
||||
Image {
|
||||
SVGImage {
|
||||
id: iconImg
|
||||
visible: false
|
||||
source: control.icon.source
|
||||
|
|
Loading…
Reference in New Issue