mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-27 03:52:25 +00:00
Move "TutorialPanel" style to session styles
It's not used anywhere else besides there, so that where it belongs.
This commit is contained in:
@@ -127,17 +127,4 @@
|
||||
text_align="left"
|
||||
/>
|
||||
|
||||
<style name="TutorialPanel"
|
||||
buffer_zone="8"
|
||||
font="sans-bold-14"
|
||||
scrollbar="true"
|
||||
scrollbar_style="ModernScrollBar"
|
||||
scroll_bottom="true"
|
||||
textcolor="white"
|
||||
text_align="left"
|
||||
text_valign="top"
|
||||
sprite="ModernDarkBox"
|
||||
sprite_overlay="ModernDarkBoxGoldBorder"
|
||||
/>
|
||||
|
||||
</styles>
|
||||
|
||||
@@ -222,6 +222,19 @@
|
||||
text_valign="center"
|
||||
/>
|
||||
|
||||
<style name="TutorialPanel"
|
||||
buffer_zone="8"
|
||||
font="sans-bold-14"
|
||||
scrollbar="true"
|
||||
scrollbar_style="ModernScrollBar"
|
||||
scroll_bottom="true"
|
||||
textcolor="white"
|
||||
text_align="left"
|
||||
text_valign="top"
|
||||
sprite="ModernDarkBox"
|
||||
sprite_overlay="ModernDarkBoxGoldBorder"
|
||||
/>
|
||||
|
||||
<!-- ================================ ================================ -->
|
||||
<!-- Icon Styles -->
|
||||
<!-- ================================ ================================ -->
|
||||
|
||||
Reference in New Issue
Block a user