Improve spacing

This commit is contained in:
hodasemi 2023-01-20 17:16:07 +01:00
parent 267c9aecad
commit 82b01ff056
3 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,6 @@
<?xml-model href="../gui.xsd" type="application/xml" schematypes="http://www.w3.org/2001/XMLSchema"?> <?xml-model href="../gui.xsd" type="application/xml" schematypes="http://www.w3.org/2001/XMLSchema"?>
<root reference_width="2560" reference_height="1440"> <root reference_width="2560" reference_height="1440">
<!-- max 5 entries, each entry gets 39 pixel (at 1440p) --> <!-- max 5 entries, each entry gets 39 pixel (at 1440p) -->
<grid id="main_grid" x_dim="1" y_dim="5" x_offset="-410" y_offset="10" width="400" height="195" <grid id="main_grid" x_dim="1" y_dim="5" x_offset="-510" y_offset="10" width="500" height="195"
vert_align="top" hori_align="right" margin="0" padding="0"> </grid> vert_align="top" hori_align="right" margin="0" padding="0"> </grid>
</root> </root>

View file

@ -1,10 +1,11 @@
<?xml-model href="../gui.xsd" type="application/xml" schematypes="http://www.w3.org/2001/XMLSchema"?> <?xml-model href="../gui.xsd" type="application/xml" schematypes="http://www.w3.org/2001/XMLSchema"?>
<root> <root>
<grid x_dim="11" y_dim="1" padding="2" margin="2"> <grid x_dim="12" y_dim="1" padding="2" margin="2">
<icon id="place" x_slot="0" y_slot="0" text_color="black"></icon> <icon id="place" x_slot="0" y_slot="0" x_size="2" text_color="black"></icon>
<icon id="name" x_slot="1" <icon id="name"
x_slot="2"
y_slot="0" x_size="7" text_color="black"></icon> y_slot="0" x_size="7" text_color="black"></icon>
<icon id="time" x_slot="8" y_slot="0" <icon id="time" x_slot="9" y_slot="0"
x_size="3" text_color="black"></icon> x_size="3" text_color="black"></icon>
</grid> </grid>
</root> </root>

View file

@ -1,6 +1,6 @@
<?xml-model href="../gui.xsd" type="application/xml" schematypes="http://www.w3.org/2001/XMLSchema"?> <?xml-model href="../gui.xsd" type="application/xml" schematypes="http://www.w3.org/2001/XMLSchema"?>
<root reference_width="2560" reference_height="1440"> <root reference_width="2560" reference_height="1440">
<!-- max 25 entries, each entry gets 39 pixel (at 1440p) --> <!-- max 25 entries, each entry gets 39 pixel (at 1440p) -->
<grid id="main_grid" x_dim="1" y_dim="25" x_offset="10" y_offset="10" width="400" height="975" <grid id="main_grid" x_dim="1" y_dim="25" x_offset="10" y_offset="10" width="500" height="975"
vert_align="top" hori_align="left" margin="0" padding="0"> </grid> vert_align="top" hori_align="left" margin="0" padding="0"> </grid>
</root> </root>