Skip to content

Commit

Permalink
Fixed some ext clipping with Lato in sidebar (bug #24707)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Jul 28, 2016
1 parent abc64e6 commit 772f78b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/themes/default.cfg
Expand Up @@ -366,7 +366,7 @@
id=unit-description
font_size={DEFAULT_FONT_NORMAL}
ref=unit-box-botleft
rect="=+3,+5,+128,+18"
rect="=+3,+5,+128,+20"
xanchor=right
yanchor=fixed
[/unit_name]
Expand All @@ -381,7 +381,7 @@
ref=unit-description
id=unit-type
font_size={DEFAULT_FONT_SMALL}
rect="=,+0,+140,+16"
rect="=,+0,+140,+18"
xanchor=right
yanchor=fixed
[/unit_type]
Expand Down Expand Up @@ -417,7 +417,7 @@
[unit_race]
id=unit-race
font_size={DEFAULT_FONT_SMALL}
rect="=,+0,=,+16"
rect="=,+0,=,+18"
xanchor=right
yanchor=fixed
[/unit_race]
Expand Down

0 comments on commit 772f78b

Please sign in to comment.