Skip to content

Commit

Permalink
Ensure enough space to display turn numbers in the hundreds
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Vultraz committed Oct 18, 2019
1 parent 17b765f commit 1cd58dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.md
Expand Up @@ -29,6 +29,7 @@
* In the combat dialog and elsewhere, clicking the "Profile" button opens
the help on the correct unit variation (e.g., Walking Corpse (Swimmer)).
(Issue#4142)
* Ensure enough space to display turn numbers in the hundreds.
### Miscellaneous and bug fixes
* New help topic outlining common (and less commons) reasons for losing a scenario. (PR#4217)
* Add help text for some debug commands (part of Issue#2500)
Expand Down
4 changes: 2 additions & 2 deletions data/themes/default.cfg
Expand Up @@ -102,7 +102,7 @@
xanchor=fixed
yanchor=fixed
[/menu]
{STATUS_BOX_BORDERLESS +5 =+0 +75 +15 turn actions-menu fixed fixed}
{STATUS_BOX_BORDERLESS +5 =+0 +95 +15 turn actions-menu fixed fixed}
{STATUS_BOX_BORDERLESS +3 =+0 +75 +15 gold turn-box-topright fixed fixed}
{STATUS_BOX_BORDERLESS +3 =+0 +70 +15 villages gold-box-topright fixed fixed}
{STATUS_BOX_BORDERLESS +3 =+0 +65 +15 units villages-box-topright fixed fixed}
Expand Down Expand Up @@ -290,7 +290,7 @@
[turn]
id=turn
font_size={DEFAULT_FONT_SMALL}
rect="+4,=-2,+55,+16"
rect="+4,=-2,+65,+16"
xanchor=fixed
yanchor=fixed
prefix="" #wmllint: ignore
Expand Down

0 comments on commit 1cd58dc

Please sign in to comment.