mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-02 18:36:49 +01:00
Some changes for notifications.
This commit is contained in:
parent
cb887e5e7e
commit
f96fd4422a
@ -247,7 +247,7 @@ void Notification::setupWidget() {
|
||||
// Window will be meant to be on top, but should not steal focus.
|
||||
setFocusPolicy(Qt::NoFocus);
|
||||
|
||||
QFont font(font());
|
||||
font.setPointSize(font.pointSize() + 5);
|
||||
setFont(font);
|
||||
QFont fon(font());
|
||||
fon.setPointSize(fon.pointSize() + 5);
|
||||
setFont(fon);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user