mirror of https://github.com/wayvr-org/wayvr.git
23 lines
704 B
XML
23 lines
704 B
XML
<layout>
|
|
<include src="../t_separator.xml"/>
|
|
|
|
<template name="btn_close">
|
|
<Button id="btn" translation="CLOSE_WINDOW" align_self="start" sprite_src_builtin="dashboard/check.svg"/>
|
|
</template>
|
|
|
|
<elements>
|
|
<div align_items="center" justify_content="center" width="100%">
|
|
<div id="content" flex_direction="column" gap="8" width="100%">
|
|
<label translation="DOWNLOADING_FILE" size="24" weight="bold"/>
|
|
<Separator/>
|
|
<label id="label_target_path" color="~color_text_translucent" />
|
|
|
|
<div gap="8" align_items="center">
|
|
<div id="loading_parent"/>
|
|
<label id="label_status"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</elements>
|
|
</layout>
|