Skip to content

Commit

Permalink
Fix HP label in longer languages
Browse files Browse the repository at this point in the history
English uses 2 letter abbrev but some languages like Czech don't have this abbrev so we need wider space for our 6 letter label "Životů"

(cherry picked from commit d51ccbe)
  • Loading branch information
hrubymar10 committed Oct 28, 2018
1 parent 05ad783 commit 0bc9f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/themes/default.cfg
Expand Up @@ -142,7 +142,7 @@
font_size={DEFAULT_FONT_TINY}
text= _ "HP"
ref=unit-box-topright
rect="+4,=-1,+30,+14"
rect="+4,=-1,+60,+14"
xanchor=right
yanchor=fixed
[/label]
Expand Down

0 comments on commit 0bc9f4e

Please sign in to comment.