Fix ToD schedule progress label overlapping other items on low resolutions
Specifically, on vertical resolutions < 600 px.
This commit is contained in:
parent
ca664acc4a
commit
00975dcf6f
3 changed files with 8 additions and 0 deletions
|
@ -18,6 +18,8 @@ Version 1.13.4+dev:
|
|||
* New colored cursor graphics
|
||||
* 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.
|
||||
* WML engine:
|
||||
* Fix some issues with [foreach]
|
||||
* Fix some issues with backstab-like weapon specials
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -16,6 +16,8 @@ Version 1.13.4+dev:
|
|||
* User interface:
|
||||
* 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:
|
||||
* Allow changing keybindings for scrolling the map.
|
||||
|
|
Loading…
Add table
Reference in a new issue