From 2ea22d407d6b9faabe610b58c87c3b96407f8b5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Wed, 14 Feb 2018 21:37:32 +0100 Subject: GH-604 use the same font for 'Other Logs' as for the main log This doesn't mean coloring, just the same font and font size. --- application/dialogs/NotificationDialog.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'application/dialogs') diff --git a/application/dialogs/NotificationDialog.cpp b/application/dialogs/NotificationDialog.cpp index 8f920371..d61bf6bd 100644 --- a/application/dialogs/NotificationDialog.cpp +++ b/application/dialogs/NotificationDialog.cpp @@ -18,6 +18,7 @@ NotificationDialog::NotificationDialog(const NotificationChecker::NotificationEn case NotificationChecker::NotificationEntry::Warning: icon = QStyle::SP_MessageBoxWarning; break; + default: case NotificationChecker::NotificationEntry::Information: icon = QStyle::SP_MessageBoxInformation; break; -- cgit v1.2.3