NotificationArea: Change Icon color to indicate missed notifications
This commit is contained in:
committed by
abdullahtahiriyo
parent
c2b48fbe91
commit
23739bc2d0
@@ -314,7 +314,6 @@ MainWindow::MainWindow(QWidget * parent, Qt::WindowFlags f)
|
||||
if(notificationAreaEnabled) {
|
||||
NotificationArea* notificationArea = new NotificationArea(statusBar());
|
||||
notificationArea->setObjectName(QString::fromLatin1("notificationArea"));
|
||||
notificationArea->setIcon(QIcon(QString::fromLatin1(":/icons/InTray.svg")));
|
||||
notificationArea->setStyleSheet(QStringLiteral("text-align:left;"));
|
||||
statusBar()->addPermanentWidget(notificationArea);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user