Remove pixel value from fonts
This commit is contained in:
parent
d1e08e0008
commit
9038c950ae
29 changed files with 77 additions and 108 deletions
|
|
@ -15,7 +15,6 @@ TypingDisplay::TypingDisplay(QWidget *parent)
|
|||
, offset_{conf::textInput::height}
|
||||
{
|
||||
QFont f;
|
||||
f.setPixelSize(conf::typingNotificationFontSize);
|
||||
setFont(f);
|
||||
|
||||
setFixedHeight(QFontMetrics(font()).height() + RECT_PADDING);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue