SCED/xml/Global/BottomBar.xml

41 lines
1.1 KiB
XML
Raw Permalink 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>
<!-- Buttons at the bottom right (height: n * 37 - 2) -->
<VerticalLayout visibility="Admin"
color="#000000"
outlineSize="1 1"
outline="#303030"
rectAlignment="LowerRight"
width="35"
height="72"
offsetXY="-1 120"
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"
width="35"
height="35"
offsetXY="-1 85">
<Button class="navbar"
icon="NavigationOverlayIcon"
tooltip="Navigation Overlay"
onClick="onClick_toggleUi(Navigation Overlay)"/>
</Panel>