diff options
author | Petr Mrázek <peterix@gmail.com> | 2018-02-14 21:37:32 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2018-02-14 21:37:32 +0100 |
commit | 2ea22d407d6b9faabe610b58c87c3b96407f8b5d (patch) | |
tree | d8f74e9fbf69257049cd3ddef5118342cee8a63f /application/dialogs | |
parent | 22b32fce126a0de8d002f67048792a89513f4e8a (diff) | |
download | PrismLauncher-2ea22d407d6b9faabe610b58c87c3b96407f8b5d.tar.gz PrismLauncher-2ea22d407d6b9faabe610b58c87c3b96407f8b5d.tar.bz2 PrismLauncher-2ea22d407d6b9faabe610b58c87c3b96407f8b5d.zip |
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.
Diffstat (limited to 'application/dialogs')
-rw-r--r-- | application/dialogs/NotificationDialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; |