More icons work
This commit is contained in:
parent
ca7684c944
commit
a38f49cb35
9 changed files with 47 additions and 40 deletions
|
|
@ -118,7 +118,7 @@ Item {
|
|||
// Icon
|
||||
NIcon {
|
||||
id: icon
|
||||
icon: (root.type == "warning") ? "exclamation-triangle" : "check-circle"
|
||||
icon: (root.type == "warning") ? "exclamation-circle" : "circle-check"
|
||||
color: {
|
||||
switch (root.type) {
|
||||
case "warning":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue