aboutsummaryrefslogtreecommitdiff
path: root/src/UsersSidePanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/UsersSidePanel.cpp')
-rw-r--r--src/UsersSidePanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UsersSidePanel.cpp b/src/UsersSidePanel.cpp
index dcfd1dd..3e078cd 100644
--- a/src/UsersSidePanel.cpp
+++ b/src/UsersSidePanel.cpp
@@ -109,7 +109,7 @@ namespace dchat
// TODO: Remove this shit
sf::String str = "Online - ";
str += to_string(numOnlineUsers);
- sf::Text text(str, *font, textHeight * 1.0f);
+ sf::Text text(str, *font, FONT_SIZE * Settings::getScaling());
text.setPosition(position);
text.setFillColor(ColorScheme::getTextRegularColor() * sf::Color(255, 255, 255, 100));
window.draw(text);