updated bottom bar
This commit is contained in:
parent
91fb9d3b8b
commit
f73f7fa0e9
@ -6,7 +6,8 @@
|
||||
color="clear"/>
|
||||
<VerticalLayout class="navbar"
|
||||
width="800"
|
||||
padding="70 70 70 70"
|
||||
height="1600"
|
||||
padding="75 75 75 75"
|
||||
scale="0.05 0.05 1"
|
||||
color="#000000"
|
||||
outlineSize="20 20"
|
||||
@ -14,15 +15,23 @@
|
||||
rectAlignment="LowerRight"/>
|
||||
</Defaults>
|
||||
|
||||
<!-- Buttons at the bottom right (height: n * width) -->
|
||||
<!-- Navigation Overlay + Bless / Curse Manager (height: n * width) -->
|
||||
<VerticalLayout class="navbar"
|
||||
visibility="Admin"
|
||||
height="2400"
|
||||
offsetXY="-1 120">
|
||||
offsetXY="-1 160">
|
||||
<Button class="navbar"
|
||||
icon="blurse"
|
||||
tooltip="Bless/Curse Manager"
|
||||
onClick="onClick_toggleUi(blessCurseManager)"/>
|
||||
<Button class="navbar"
|
||||
icon="NavigationOverlayIcon"
|
||||
tooltip="Navigation Overlay"
|
||||
onClick="onClick_toggleUi(Navigation Overlay)"/>
|
||||
</VerticalLayout>
|
||||
|
||||
<!-- Download Menu + Option Panel (height: n * width) -->
|
||||
<VerticalLayout class="navbar"
|
||||
visibility="Admin"
|
||||
offsetXY="-1 80">
|
||||
<Button class="navbar"
|
||||
icon="devourer"
|
||||
tooltip="Downloadable Content"
|
||||
@ -31,14 +40,4 @@
|
||||
icon="option-gear"
|
||||
tooltip="Options"
|
||||
onClick="onClick_toggleUi(optionPanel)"/>
|
||||
</VerticalLayout>
|
||||
|
||||
<!-- Navigation Overlay button -->
|
||||
<VerticalLayout class="navbar"
|
||||
height="800"
|
||||
offsetXY="-1 80">
|
||||
<Button class="navbar"
|
||||
icon="NavigationOverlayIcon"
|
||||
tooltip="Navigation Overlay"
|
||||
onClick="onClick_toggleUi(Navigation Overlay)"/>
|
||||
</VerticalLayout>
|
||||
</VerticalLayout>
|
Loading…
Reference in New Issue
Block a user