1
0
forked from 0ad/0ad

Use correct tooltip stye for the civ icon.

Introduced in 18a97cc82a.

Patch by: @Langbart
Differential revision: https://code.wildfiregames.com/D4341
Fixes: #6378
Comment by: @vladislavbelov
This was SVN commit r26033.
This commit is contained in:
Freagarach 2021-12-06 07:22:12 +00:00
parent e4907bdb6e
commit 5ceeac3dd5

View File

@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<object type="button"
<object type="image"
size="50%-48 -26 50%+48 70"
name="civIcon"
tooltip_style="sessionToolTipBold"
>
<object name="civIconOverlay" style="CivIconOverlay" type="button"/>
<object name="civIconOverlay" style="CivIconOverlay" type="button" tooltip_style="sessionToolTipBold"/>
</object>