mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07: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:
parent
663f5c5ff6
commit
ca8a0a5611
2 changed files with 13 additions and 13 deletions
|
|
@ -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 -->
|
||||
<!-- ================================ ================================ -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue