Fix ToD schedule progress label overlapping other items on low resolutions

Specifically, on vertical resolutions < 600 px.
This commit is contained in:
Ignacio R. Morelle 2016-05-17 05:59:59 -04:00
parent f17a2f1fcf
commit 321010ca5e
3 changed files with 8 additions and 0 deletions

View file

@ -15,6 +15,8 @@ Version 1.12.5+dev:
Apply Filter is not (bug #23117).
* Fixed Observers icon appearing behind other top bar items in MP games on
horizontal UI resolutions < 1024 (bug #24455).
* Fixed ToD schedule progress indicator appearing behind other top bar items
on vertical UI resolutions < 600.
* Miscellaneous and bug fixes:
* Revert all updates to hot-key handling which broke letter-based short-cuts
on non-US keyboard layouts, where characters are in different key

View file

@ -631,6 +631,10 @@
height=480
{REMOVE_STATUS_BOX tod}
[remove]
id=tod-stats
[/remove]
{CHANGE_STATUS_BOX = +5 +72 +72 unit terrain-description-box-botleft}
# use smaller fonts to display things correctly when using a vertical resolution smaller than 600px

View file

@ -17,6 +17,8 @@ Version 1.12.5+dev:
Apply Filter is not (bug #23117).
* Fixed Observers icon appearing behind other top bar items in MP games on
horizontal UI resolutions < 1024 (bug #24455).
* Fixed ToD schedule progress indicator appearing behind other top bar items
on vertical UI resolutions < 600.
* Miscellaneous and bug fixes:
* Revert all updates to hot-key handling which broke letter-based short-cuts