summary refs log tree commit diff
path: root/src/ui/SnackBar.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-12-28 20:09:08 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-12-28 20:09:08 +0100
commit5ca98829f7c5bf504e78bd51e6ceb534c023ae05 (patch)
tree2e624400f17b2b8220431a500e4ffc9f3671e4a7 /src/ui/SnackBar.cpp
parentMisc clang-tidy fixes (diff)
downloadnheko-5ca98829f7c5bf504e78bd51e6ceb534c023ae05.tar.xz
Some qt6 prep
Diffstat (limited to 'src/ui/SnackBar.cpp')
-rw-r--r--src/ui/SnackBar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/SnackBar.cpp b/src/ui/SnackBar.cpp

index 90187154..077cb9de 100644 --- a/src/ui/SnackBar.cpp +++ b/src/ui/SnackBar.cpp
@@ -17,7 +17,7 @@ SnackBar::SnackBar(QWidget *parent) { QFont font; font.setPointSizeF(font.pointSizeF() * 1.2); - font.setWeight(50); + font.setWeight(QFont::Weight::Thin); setFont(font); boxHeight_ = QFontMetrics(font).height() * 2;