21 lines
1.0 KiB
XML
21 lines
1.0 KiB
XML
<layout>
|
|
<include src="../t_group_box.xml" />
|
|
|
|
<elements>
|
|
<div gap="8" flex_direction="column" width="100%" justify_self="center" align_items="center" justify_content="center">
|
|
<rectangle macro="group_box">
|
|
<label translation="POPUP_ADD_DISPLAY.RESOLUTION" weight="bold" size="20" />
|
|
<Slider id="slider_width" min_value="0" max_value="10" width="250" height="24" />
|
|
<Slider id="slider_height" min_value="0" max_value="10" width="250" height="24" />
|
|
<rectangle macro="group_box" id="rect_display">
|
|
<label id="label_display" />
|
|
</rectangle>
|
|
</rectangle>
|
|
<Button id="btn_confirm" color="#44ce22FF" padding_top="4" padding_bottom="4" round="8" padding_left="12" padding_right="12">
|
|
<sprite src_builtin="dashboard/display.svg" width="32" height="32" />
|
|
<label translation="ADD_DISPLAY" weight="bold" size="17" shadow="#00000099" />
|
|
</Button>
|
|
<label id="label_display_name" weight="bold" size="20" />
|
|
</div>
|
|
</elements>
|
|
</layout> |