Fix for defense label which I broke in 4ba1811f03

This commit is contained in:
Martin Hrubý (hrubymar10) 2018-04-19 15:24:10 +02:00
parent 4ba1811f03
commit 47bd5ade37
No known key found for this signature in database
GPG key ID: 3042E73421447651

View file

@ -150,7 +150,7 @@
id=label-xp id=label-xp
font_size={DEFAULT_FONT_TINY} font_size={DEFAULT_FONT_TINY}
text= _ "XP" text= _ "XP"
rect="=,+14,+70,+14" rect="=,+14,+65,+14"
xanchor=right xanchor=right
yanchor=fixed yanchor=fixed
[/label] [/label]
@ -463,7 +463,7 @@
ref=label-mp ref=label-mp
id=unit-moves id=unit-moves
font_size={DEFAULT_FONT_TINY} font_size={DEFAULT_FONT_TINY}
rect="=,+0,=,+16" rect="=,+0,=-5,+16"
prefix_literal=" " prefix_literal=" "
xanchor=right xanchor=right
yanchor=fixed yanchor=fixed
@ -472,7 +472,7 @@
ref=label-def ref=label-def
id=unit-defense id=unit-defense
font_size={DEFAULT_FONT_SMALL} font_size={DEFAULT_FONT_SMALL}
rect="=,+0,+30,+16" rect="=-5,+0,+30,+16"
xanchor=right xanchor=right
yanchor=fixed yanchor=fixed
[/unit_defense] [/unit_defense]