1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/gui/gamesetup/styles.xml

28 lines
489 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<styles>
<style name="indentedPanel"
buffer_zone="5"
font="serif-14"
sprite="wheatIndentFillLight"
textcolor="black"
textcolor_selected="white"
text_align="left"
text_valign="center"
/>
<style name="chatPanel"
buffer_zone="5"
font="serif-13"
scrollbar="true"
scrollbar_style="wheatScrollBar"
scroll_bottom="true"
textcolor="black"
textcolor_selected="white"
text_align="left"
text_valign="center"
/>
</styles>