aboutsummaryrefslogtreecommitdiff
path: root/src/Chatbar.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-05-17 06:09:24 +0200
committerdec05eba <dec05eba@protonmail.com>2018-05-17 06:09:27 +0200
commit73a8952e3dd2eae66f01721a6aec2053d185c6a8 (patch)
tree8d9979d5bf05fc43751b85f6a23f7239b9d57999 /src/Chatbar.cpp
parent55a5713c0ad2553ca9a253d641bd98dd4b72bc60 (diff)
Update libpreview, also render page description
Diffstat (limited to 'src/Chatbar.cpp')
-rw-r--r--src/Chatbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Chatbar.cpp b/src/Chatbar.cpp
index 5f17c28..bd510f7 100644
--- a/src/Chatbar.cpp
+++ b/src/Chatbar.cpp
@@ -15,7 +15,7 @@ using namespace std;
namespace dchat
{
- const float FONT_SIZE = 20;
+ const float FONT_SIZE = 18.0f;
const float BOX_PADDING_X = 15.0f;
const float BOX_PADDING_Y = 5.0f;
const int BLINK_TIME_VISIBLE_MS = 500;