Fix for defense label which I broke in 4ba1811f03
This commit is contained in:
parent
4ba1811f03
commit
47bd5ade37
1 changed files with 3 additions and 3 deletions
|
@ -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]
|
||||||
|
|
Loading…
Add table
Reference in a new issue