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.
This commit is contained in:
parent
22b32fce12
commit
2ea22d407d
2 changed files with 17 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue