mirror of https://github.com/wayvr-org/wayvr.git
27 lines
962 B
XML
27 lines
962 B
XML
<layout>
|
|
<elements>
|
|
<image src_builtin="dashboard/splash.png" min_width="336" min_height="100" />
|
|
|
|
<rectangle color="#FFFFFF11" width="100%" height="2"/>
|
|
|
|
<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="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>
|
|
|
|
<div gap="4" align_items="center">
|
|
<sprite min_width="16" min_height="16" src_builtin="dashboard/info.svg"/>
|
|
<label wrap="1" size="14" translation="WELCOME.LAST_PAGE_INFO"/>
|
|
</div>
|
|
|
|
<label size="20" weight="bold" translation="WELCOME.NEXT_BUTTON"/>
|
|
|
|
<div height="38"/> <!-- empty space -->
|
|
</elements>
|
|
</layout>
|