Skip to content

Commit

Permalink
MP Lobby: right-align status text
Browse files Browse the repository at this point in the history
[ci skip]

This prevents status text from sometimes floating off to the left if the status label shrinks but
a relayout hasn't occurred. In that case, the label widget's area would be larger than needed for
the text, and since left-align is the default setting, the next text gets stuck weirdly aligned.
  • Loading branch information
Vultraz committed Nov 1, 2017
1 parent ba9274e commit fa14cf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/gui/window/lobby_main.cfg
Expand Up @@ -107,6 +107,7 @@
[label]
id = "status"
definition = "default_large"
text_alignment = "right"
[/label]
[/column]

Expand Down

0 comments on commit fa14cf6

Please sign in to comment.