mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-29 13:06:56 +00:00
64bfa089af
Includes some contributions by rada and sanderd17. This was SVN commit r15677.
16 lines
298 B
XML
16 lines
298 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<styles>
|
|
<style name="ModmodScrollbar"
|
|
buffer_zone="5"
|
|
font="sans-13"
|
|
scrollbar="true"
|
|
scrollbar_style="ModernScrollBar"
|
|
scroll_bottom="true"
|
|
textcolor="white"
|
|
textcolor_selected="gold"
|
|
text_align="left"
|
|
text_valign="center"
|
|
/>
|
|
</styles>
|