Skip to content

Commit

Permalink
Fixed turn display at ridiculously tiny res
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Vultraz committed Oct 18, 2019
1 parent 1cd58dc commit 5a9e9f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/themes/default.cfg
Expand Up @@ -587,7 +587,7 @@
height=600

# fix top pane at 800x600
{CHANGE_STATUS_BOX +3 =+0 +55 +15 turn actions-menu}
{CHANGE_STATUS_BOX +3 =+0 +85 +15 turn actions-menu}
{CHANGE_STATUS_BOX +1 =+0 +56 +15 gold turn-box-topright}
{CHANGE_STATUS_BOX +1 =+0 +51 +15 villages gold-box-topright}
{CHANGE_STATUS_BOX +1 =+0 +45 +15 units villages-box-topright}
Expand All @@ -609,7 +609,7 @@

[change]
id=turn
rect="+4,=+1,+55,+{DEFAULT_FONT_TINY_HEIGHT}"
rect="+4,=+1,+65,+{DEFAULT_FONT_TINY_HEIGHT}"
font_size={DEFAULT_FONT_TINY}
[/change]
[change]
Expand Down

0 comments on commit 5a9e9f6

Please sign in to comment.