Files
wayvr/wgui/assets/wgui/context_menu.xml
2026-01-08 19:27:59 +09:00

17 lines
526 B
XML

<layout>
<!-- text: str -->
<template name="Cell">
<Button id="button" text="${text}" tooltip_str="${tooltip_str}" weight="bold" border="0" padding="4" color="#FFFFFF00" />
</template>
<template name="Separator">
<rectangle width="100%" height="2" color="~color_accent" />
</template>
<elements>
<rectangle consume_mouse_events="1" color="#000000fa" round="8" border="2" border_color="~color_accent" gap="4" padding="8" id="buttons" flex_direction="column">
</rectangle>
</elements>
</layout>