Themes: Fix unit status icons not showing
When [unit_status] shows two or more images, only the first showed and there was no indication that there were further statuses. Now an ellipsis is shown and the tooltip contains the information about the second and further statuses. Fixes #3197
This commit is contained in:
parent
ce3f6ccecc
commit
815ded47dd
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@
|
|||
id=unit-status
|
||||
font_size={DEFAULT_FONT_SMALL}
|
||||
ref=label-hp
|
||||
rect="+10,=-4,1022,+16"
|
||||
rect="+0,=-4,+32,+16"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/unit_status]
|
||||
|
|
Loading…
Add table
Reference in a new issue