aboutsummaryrefslogtreecommitdiff
path: root/src/Body.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-09-18 20:36:37 +0200
committerdec05eba <dec05eba@protonmail.com>2020-09-18 20:36:37 +0200
commit834347390d90e8d38691674211f2eab63a9b7729 (patch)
tree51eee2f2bf2bf045075633473dbc9176af3ec59d /src/Body.cpp
parentd10fca5ec99de7f1e9b5cc857f5cc629a6ee0126 (diff)
Set draw size to window size after fullscreen unset
Diffstat (limited to 'src/Body.cpp')
-rw-r--r--src/Body.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Body.cpp b/src/Body.cpp
index fd279a8..2579d64 100644
--- a/src/Body.cpp
+++ b/src/Body.cpp
@@ -16,7 +16,7 @@ namespace QuickMedia {
font(font),
bold_font(bold_font),
progress_text("", *font, 14),
- author_text("", *bold_font, 14),
+ author_text("", *bold_font, 16),
replies_text("", *font, 14),
selected_item(0),
draw_thumbnails(false),