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