no reference on icon
This commit is contained in:
parent
cb6cf28c13
commit
7d1c466ec5
1 changed files with 0 additions and 21 deletions
|
|
@ -1,21 +0,0 @@
|
||||||
import QtQuick
|
|
||||||
import QtQuick.Effects
|
|
||||||
import "../config/"
|
|
||||||
|
|
||||||
Image {
|
|
||||||
id: root
|
|
||||||
|
|
||||||
property int size: 18
|
|
||||||
property color color: Theme.palette.basecontent
|
|
||||||
|
|
||||||
width: size
|
|
||||||
height: size
|
|
||||||
|
|
||||||
MultiEffect {
|
|
||||||
id: effect
|
|
||||||
source: root
|
|
||||||
anchors.fill: root
|
|
||||||
colorization: 1.0
|
|
||||||
colorizationColor: color
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Add table
Reference in a new issue