aboutsummaryrefslogtreecommitdiff
path: root/src/lobby.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lobby.cpp')
-rw-r--r--src/lobby.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lobby.cpp b/src/lobby.cpp
index 7df2cdc5..951ff9a8 100644
--- a/src/lobby.cpp
+++ b/src/lobby.cpp
@@ -139,6 +139,7 @@ void Lobby::set_widgets()
set_size_and_pos(ui_loading_text, "loading_label");
+ //WHY IS THIS FONT HARDCODED, WHAT IS WRONG WITH YOU
ui_loading_text->setFont(QFont("Arial", 20, QFont::Bold));
ui_loading_text->setReadOnly(true);
ui_loading_text->setAlignment(Qt::AlignCenter);