15 lines
571 B
XML
15 lines
571 B
XML
<layout>
|
|
<include src="../t_group_box.xml" />
|
|
|
|
<elements>
|
|
<div gap="16" flex_direction="column" width="100%" justify_self="center" align_items="center" justify_content="center">
|
|
<rectangle macro="group_box" align_items="center">
|
|
<div id="display_parent" />
|
|
<div gap="8">
|
|
<Button id="btn_remove" translation="REMOVE" sprite_src_builtin="dashboard/remove_circle.svg" />
|
|
<Button id="btn_show_hide" text="showhide" sprite_src_builtin="dashboard/eye.svg" />
|
|
</div>
|
|
</rectangle>
|
|
</div>
|
|
</elements>
|
|
</layout> |