mirror of https://github.com/wayvr-org/wayvr.git
17 lines
736 B
XML
17 lines
736 B
XML
<layout>
|
|
<include src="../t_group_box.xml" />
|
|
|
|
<!-- name, limit_min, limit_max -->
|
|
<template name="DebugGraph">
|
|
<rectangle flex_direction="column" align_items="center" gap="8" border="2" color="#ffffff11" color2="#ffffff22" gradient="vertical" border_color="#ffffff33" round="4" padding="4">
|
|
<label text="${name}" size="9" weight="bold" />
|
|
<BarGraph id="graph" width="180" height="70" unit="ms" limit_min="${limit_min}" limit_max="${limit_max}" capacity="50" />
|
|
</rectangle>
|
|
</template>
|
|
|
|
<elements>
|
|
<rectangle macro="group_box" id="parent" flex_wrap="wrap" flex_direction="row">
|
|
<GroupBoxTitle src_builtin="dashboard/not_a_bug.svg" text="Debug timings" />
|
|
</rectangle>
|
|
</elements>
|
|
</layout> |