mirror of https://github.com/wayvr-org/wayvr.git
dash-frontend: fix page 0 elements overflowing
This commit is contained in:
parent
d40e0cdb00
commit
c949b20ba1
|
|
@ -1,15 +1,15 @@
|
|||
<layout>
|
||||
<elements>
|
||||
<image src_builtin="dashboard/splash.png" min_width="431" min_height="128" />
|
||||
<image src_builtin="dashboard/splash.png" min_width="336" min_height="100" />
|
||||
|
||||
<rectangle color="#FFFFFF11" width="100%" height="2"/>
|
||||
|
||||
<label weight="bold" size="32" translation="WELCOME.GREETING"/>
|
||||
<label weight="bold" size="20" translation="WELCOME.THANKS_FOR_INSTALLING"/>
|
||||
<label weight="bold" size="28" translation="WELCOME.GREETING"/>
|
||||
<label weight="bold" size="16" translation="WELCOME.THANKS_FOR_INSTALLING"/>
|
||||
|
||||
<label size="20" translation="WELCOME.GUIDE_INTRO"/>
|
||||
|
||||
<div gap="4" align_items="center" margin_top="16">
|
||||
<div gap="4" align_items="center" margin_top="8">
|
||||
<sprite min_width="16" min_height="16" src_builtin="dashboard/info.svg"/>
|
||||
<label wrap="1" size="14" translation="WELCOME.REPOSITION_THIS_WINDOW_BY_GRABBING"/>
|
||||
</div>
|
||||
|
|
@ -21,6 +21,6 @@
|
|||
|
||||
<label size="20" weight="bold" translation="WELCOME.NEXT_BUTTON"/>
|
||||
|
||||
<div height="42"/> <!-- empty space -->
|
||||
<div height="38"/> <!-- empty space -->
|
||||
</elements>
|
||||
</layout>
|
||||
|
|
|
|||
Loading…
Reference in New Issue