0ad/binaries/data/mods/public/gui/reference/structree/styles.xml
elexis be963ec9b7 Delete 27 invalid style settings and add LOGWARNING to inform future authors.
Unify the two IGUIObject::LoadStyle functions and remove CGUI argument
that is always identical to the member.

Differential Revision: https://code.wildfiregames.com/D2232
Tested on: gcc 9.1.0., clang 8.0.1, Jenkins

This was SVN commit r22792.
2019-08-27 16:03:24 +00:00

29 lines
563 B
XML

<?xml version="1.0" encoding="utf-8"?>
<styles>
<style name="TreeDisplay"
sprite="ModernDarkBoxGold"
/>
<style name="StructNameSpecific"
font="sans-12"
size="8 0 100%-8 20"
text_align="center"
textcolor="white"
/>
<style name="StructBox"
size="4 4 68 68+16"
sprite="ModernDarkBoxGold"
/>
<style name="StructIcon"
size="50%-24 8+16 50%+24 8+16+48"
tooltip_style="referenceTooltip"
/>
<style name="ProdBox"
size="0 0 20 20"
sprite="stretched:pregame/shell/logo/wfg_logo_white.png"
tooltip_style="referenceTooltip"
/>
</styles>