summary refs log tree commit diff
path: root/src/TypingDisplay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/TypingDisplay.cpp')
-rw-r--r--src/TypingDisplay.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/TypingDisplay.cpp b/src/TypingDisplay.cpp

index 6b731740..3cd7b2a2 100644 --- a/src/TypingDisplay.cpp +++ b/src/TypingDisplay.cpp
@@ -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);