mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 14:23:56 -07:00
Remove question by brian in single_details_area.xml from b66d1716e7
which is answered by "because the style set it".
Delete BuildNameText style, because it specifies ghost="true" in both
style and sole object using the style.
Don't touch progressbar and structree styles, because there is more to
clean.
Differential Revision: https://code.wildfiregames.com/D2292
This was SVN commit r22957.
13 lines
193 B
XML
13 lines
193 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<styles>
|
|
<style name="IconFrame"
|
|
sprite="IconFrame_Gold"
|
|
ghost="true"
|
|
/>
|
|
|
|
<style name="RankGlyph"
|
|
size="4 6 20 22"
|
|
ghost="true"
|
|
/>
|
|
</styles>
|