Index: sources/gui/qml/components/NotificationBarSmall.qml =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -rdff9d50ebfa80ec99313586e1d48662b72940d24 --- sources/gui/qml/components/NotificationBarSmall.qml (.../NotificationBarSmall.qml) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/gui/qml/components/NotificationBarSmall.qml (.../NotificationBarSmall.qml) (revision dff9d50ebfa80ec99313586e1d48662b72940d24) @@ -25,13 +25,15 @@ Rectangle { id: _root objectName: "NotificationBar" // SquishQt + property alias image : _image property alias imageSource : _image.source property bool imageAutoSize : false property bool imageAnimated : false property alias text : _text.text property alias textColor : _text.color property alias textfontSize : _text.font.pixelSize + property alias textfontWeight : _text.font.weight property alias rowAnchors : _row.anchors property int level : 0