Add alternating background darkness to two more lists

This commit is contained in:
Alayan 2018-12-15 08:21:53 +01:00
parent 19b0c1a465
commit 5d9bb7e385
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
</tabs> </tabs>
<box proportion="1" width="98%" align="center" layout="vertical-row" padding="6"> <box proportion="1" width="98%" align="center" layout="vertical-row" padding="6">
<list id="list_addons" x="0" y="0" width="100%" height="100%" word_wrap="true"/> <list id="list_addons" x="0" y="0" width="100%" height="100%" word_wrap="true" alternate_bg="true"/>
</box> </box>
</div> </div>
</stkgui> </stkgui>

View File

@ -10,7 +10,7 @@
<!-- This is filled in programmatically --> <!-- This is filled in programmatically -->
<box proportion="1" width="98%" align="center" layout="vertical-row" padding="6"> <box proportion="1" width="98%" align="center" layout="vertical-row" padding="6">
<list id="replay_list" x="0" y="0" width="100%" height="100%"/> <list id="replay_list" x="0" y="0" width="100%" height="100%" alternate_bg="true"/>
</box> </box>
<tabs id="race_mode" height="6%" max_height="110" x="1%" width="98%" align="center"> <tabs id="race_mode" height="6%" max_height="110" x="1%" width="98%" align="center">