Index: sources/gui/qml/dialogs/NotificationDialog.qml =================================================================== diff -u -r7077e38c74db9cccb5496ffefcf8936c0916de76 -r8f83b92860a33498ea7856e63afef0a10ee11923 --- sources/gui/qml/dialogs/NotificationDialog.qml (.../NotificationDialog.qml) (revision 7077e38c74db9cccb5496ffefcf8936c0916de76) +++ sources/gui/qml/dialogs/NotificationDialog.qml (.../NotificationDialog.qml) (revision 8f83b92860a33498ea7856e63afef0a10ee11923) @@ -41,6 +41,14 @@ property bool okVisible : false property bool minVisible : true + property bool titleFading : false + Fader { + fadingProperyTarget : _root + fadingProperyRunning: titleFading + fadingProperyName : "titleBarBackground" + fadingProperyValue : titleBarBackground + } + // Look for this tag: #First_Time_Message_Sent_With_Silenced // the isSilenced is helping not to show this dialog maximized and // then if the silence is set minimize it immediately