Some changes for notifications.
This commit is contained in:
parent
cb887e5e7e
commit
f96fd4422a
1 changed files with 3 additions and 3 deletions
|
@ -247,7 +247,7 @@ void Notification::setupWidget() {
|
||||||
// Window will be meant to be on top, but should not steal focus.
|
// Window will be meant to be on top, but should not steal focus.
|
||||||
setFocusPolicy(Qt::NoFocus);
|
setFocusPolicy(Qt::NoFocus);
|
||||||
|
|
||||||
QFont font(font());
|
QFont fon(font());
|
||||||
font.setPointSize(font.pointSize() + 5);
|
fon.setPointSize(fon.pointSize() + 5);
|
||||||
setFont(font);
|
setFont(fon);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue