|
|
@ -37,7 +37,7 @@ GridLayout { |
|
|
|
} |
|
|
|
|
|
|
|
Image { |
|
|
|
source: iconStyle == InfoTextArea.IconStyle.Info ? "../../icons/info.png" : InfoTextArea.IconStyle.Warn ? "../../icons/warning.png" : InfoTextArea.IconStyle.Error ? "../../icons/expired.png" : "" |
|
|
|
source: iconStyle == InfoTextArea.IconStyle.Info ? "../../../icons/info.png" : InfoTextArea.IconStyle.Warn ? "../../../icons/warning.png" : InfoTextArea.IconStyle.Error ? "../../../icons/expired.png" : "" |
|
|
|
anchors.left: parent.left |
|
|
|
anchors.top: parent.top |
|
|
|
anchors.leftMargin: 16 |