aboutsummaryrefslogtreecommitdiff
path: root/src/Body.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-01-10 11:31:51 +0100
committerdec05eba <dec05eba@protonmail.com>2023-01-10 11:31:51 +0100
commiteb6295751d07b8ee173317234daee8acf6b07a5f (patch)
tree44a6b8e5258f7b6c826946e38a84c51170bab7ca /src/Body.cpp
parent665c015988ce5a27f48f61ffdc0fc579075f6ddf (diff)
Matrix: use room messages for notifications intead of notifications api (synapse cache issue)
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 7deea43..8cff959 100644
--- a/src/Body.cpp
+++ b/src/Body.cpp
@@ -1683,7 +1683,7 @@ namespace QuickMedia {
}
if(reaction.text) {
- reaction.text->set_position(mgl::vec2f(reaction_background.get_position() + mgl::vec2f(body_spacing[body_theme].reaction_background_padding_x, -(float)reaction.text->get_character_size()*0.18f)).floor());
+ reaction.text->set_position(mgl::vec2f(reaction_background.get_position() + mgl::vec2f(body_spacing[body_theme].reaction_background_padding_x, -(float)reaction.text->get_character_size()*0.10f)).floor());
}
if(draw && reaction.text) {