2024-08-26 14:03:10 +00:00
|
|
|
<?xml-model href="gui.xsd" type="application/xml" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
2024-08-26 08:08:03 +00:00
|
|
|
<root>
|
|
|
|
<grid x_dim="1" y_dim="7" margin="0" padding="0">
|
|
|
|
<grid x_slot="0" y_slot="0" x_dim="3" y_dim="1"
|
|
|
|
button_normal='{"background_color":"#835219","border_color":"#543919","border_thickness":{"Pixel":5}}'
|
|
|
|
button_selected='{"background_color":"#835219","border_color":"#c37417","border_thickness":{"Pixel":5}}'>
|
|
|
|
<button id="left" x_slot="0" y_slot="0" text_color="black" isolate="true">prev</button>
|
|
|
|
<label id="tab_info" x_slot="1" y_slot="0" text_color="black">1 / 1</label>
|
|
|
|
<button id="right" x_slot="2" y_slot="0" text_color="black" isolate="true">next</button>
|
|
|
|
</grid>
|
|
|
|
|
|
|
|
<grid id="content" x_slot="0" y_slot="1" x_dim="4" y_dim="4" y_size="6"></grid>
|
|
|
|
</grid>
|
|
|
|
</root>
|