mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 14:23:56 -07:00
Thus fix lineendings in files that were missed in bcbf25bfbd, as
reported by Imarok.
(SVN throws an error when trying to set the native filending property on
a file with mixed fileendings. However when recursing it hides this
error).
This was SVN commit r18561.
54 lines
936 B
XML
54 lines
936 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<styles>
|
|
|
|
<style name="LoadingPageTitleText"
|
|
font="sans-bold-18"
|
|
textcolor="white"
|
|
text_align="center"
|
|
text_valign="center"
|
|
/>
|
|
|
|
<style name="LoadingBarText"
|
|
font="sans-bold-stroke-14"
|
|
textcolor="white"
|
|
text_align="center"
|
|
text_valign="center"
|
|
/>
|
|
|
|
<style name="LoadingTitleText"
|
|
font="sans-bold-18"
|
|
textcolor="white"
|
|
text_align="left"
|
|
text_valign="top"
|
|
/>
|
|
|
|
<style name="LoadingText"
|
|
font="sans-bold-stroke-14"
|
|
textcolor="white"
|
|
text_align="left"
|
|
text_valign="top"
|
|
/>
|
|
|
|
<style name="LoadingTipTitleText"
|
|
font="sans-bold-16"
|
|
textcolor="black"
|
|
text_align="left"
|
|
text_valign="top"
|
|
/>
|
|
|
|
<style name="LoadingTipText"
|
|
font="sans-bold-14"
|
|
textcolor="black"
|
|
text_align="left"
|
|
text_valign="top"
|
|
/>
|
|
|
|
<style name="LoadingProgressbar"
|
|
sprite_bar="LoadingProgressBarMiddle"
|
|
ghost="true"
|
|
tooltip_style="snToolTip"
|
|
tooltip="(TBA)"
|
|
/>
|
|
|
|
</styles>
|