Add alternating background darkness to two more lists
This commit is contained in:
parent
19b0c1a465
commit
5d9bb7e385
@ -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>
|
||||||
|
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user