mirror of https://github.com/wayvr-org/wayvr.git
17 lines
579 B
XML
17 lines
579 B
XML
<layout>
|
|
<!-- text: str -->
|
|
<template name="Cell">
|
|
<Button id="button" text="${text}" tooltip_str="${tooltip_str}" weight="bold" border="0" padding="4" color="background(transparent)" height="24" justify_content="start" />
|
|
</template>
|
|
|
|
<template name="Separator">
|
|
<rectangle width="100%" height="2" color="outline" />
|
|
</template>
|
|
|
|
<elements>
|
|
<rectangle consume_mouse_events="1" color="background(opacity-0.98)" round="8" border="2" border_color="outline" gap="4" padding="8" id="buttons" flex_direction="column">
|
|
|
|
</rectangle>
|
|
</elements>
|
|
</layout>
|