Skip to content

Commit

Permalink
Adjust space for the unit side flag and colors for attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
fendrin committed Mar 1, 2014
1 parent 9008b16 commit 4e03757
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions data/themes/default.cfg
Expand Up @@ -25,10 +25,7 @@
13#enddef

#define FONT_RGB_LEVEL1
255,255,255,255#enddef

#define FONT_RGB_LEVEL2
255,255,255,255#enddef
245,230,193#enddef

{themes/macros.cfg}

Expand Down Expand Up @@ -144,7 +141,6 @@
id=label-xp
font_size={DEFAULT_FONT_TINY}
text= _ "XP"
# FIXME: should be ref=unit-hp
rect="=,+14,+60,+12"
xanchor=right
yanchor=fixed
Expand All @@ -153,7 +149,6 @@
id=label-mp
font_size={DEFAULT_FONT_TINY}
text= _ "MP"
# FIXME: should be ref=unit-xp
rect="=,+14,=,+12"
xanchor=right
yanchor=fixed
Expand All @@ -162,7 +157,6 @@
id=label-def
font_size={DEFAULT_FONT_TINY}
text= _ "def"
# FIXME: should be ref=unit-mp
rect="+1,=,=,+12"
xanchor=right
yanchor=fixed
Expand Down Expand Up @@ -385,14 +379,14 @@
id=unit-description
font_size={DEFAULT_FONT_NORMAL}
ref=unit-box-botleft
rect="=+3,+5,+135,+18"
rect="=+3,+5,+128,+18"
xanchor=right
yanchor=fixed
[/unit_name]
[unit_side]
id=unit-side
font_size={DEFAULT_FONT_SMALL}
rect="+0,=,+35,+16"
rect="+0,=,+50,+16"
xanchor=right
yanchor=fixed
[/unit_side]
Expand Down Expand Up @@ -708,5 +702,3 @@
#undef DEFAULT_FONT_REALLYTINY_HEIGHT

#undef FONT_RGB_LEVEL1
#undef FONT_RGB_LEVEL2

0 comments on commit 4e03757

Please sign in to comment.