1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/gui/gamesetup/styles.xml
Ykkrosh 051aa70940 Basic disconnection handling.
Pre-game chat.
Fix dynamic updates of focused input controls.
Allow scrollable texts to automatically scroll to the bottom.
Force usernames to be unique.

This was SVN commit r7664.
2010-07-02 21:28:48 +00:00

28 lines
489 B
XML

<?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>