SCED/xml/Global/BottomBar.xml

41 lines
1.1 KiB
XML
Raw Normal View History

2023-10-13 07:01:43 -04:00
<Defaults>
<Button class="navbar"
tooltipPosition="Left"
tooltipBackgroundColor="rgba(0,0,0,1)"
color="clear"/>
</Defaults>
2024-09-19 05:20:40 -04:00
<!-- Buttons at the bottom right (height: n * width + spacing) -->
2023-10-13 07:01:43 -04:00
<VerticalLayout visibility="Admin"
color="#000000"
outlineSize="1 1"
outline="#303030"
rectAlignment="LowerRight"
2024-09-19 05:20:40 -04:00
width="38"
height="78"
offsetXY="-1 123"
2023-10-13 07:01:43 -04:00
spacing="2">
<Button class="navbar"
icon="devourer"
tooltip="Downloadable Content"
2023-10-16 18:29:07 -04:00
onClick="onClick_toggleUi(downloadWindow)"/>
2023-10-13 07:01:43 -04:00
<Button class="navbar"
icon="option-gear"
tooltip="Options"
2023-10-16 18:29:07 -04:00
onClick="onClick_toggleUi(optionPanel)"/>
2023-10-13 07:01:43 -04:00
</VerticalLayout>
<!-- Navigation Overlay button (not visibly to Grey and Black) -->
<Panel visibility="White|Brown|Red|Orange|Yellow|Green|Teal|Blue|Purple|Pink"
color="#000000"
outlineSize="1 1"
outline="#303030"
rectAlignment="LowerRight"
2024-09-19 05:20:40 -04:00
width="38"
height="38"
2023-10-13 07:01:43 -04:00
offsetXY="-1 85">
<Button class="navbar"
icon="NavigationOverlayIcon"
tooltip="Navigation Overlay"
onClick="onClick_toggleUi(Navigation Overlay)"/>
</Panel>