reorganize repo: move shell sources into shell/, test scripts into test/
This commit is contained in:
parent
344c1f8512
commit
d6cd2f173a
60 changed files with 2 additions and 2 deletions
16
shell/modules/ThemedIcon.qml
Normal file
16
shell/modules/ThemedIcon.qml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
import QtQuick
|
||||
import QtQuick.Effects
|
||||
|
||||
Image {
|
||||
id: root
|
||||
|
||||
required property color tint
|
||||
|
||||
fillMode: Image.PreserveAspectFit
|
||||
|
||||
layer.enabled: true
|
||||
layer.effect: MultiEffect {
|
||||
colorization: 1.0
|
||||
colorizationColor: root.tint
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue