rFactor2_vk_hud/src/overlay/elements/leaderboard/leaderboard_grid.xml

6 lines
402 B
XML
Raw Normal View History

2023-01-19 10:40:24 +00:00
<?xml-model href="../gui.xsd" type="application/xml" schematypes="http://www.w3.org/2001/XMLSchema"?>
2023-01-18 06:09:44 +00:00
<root reference_width="2560" reference_height="1440">
2023-01-20 21:10:38 +00:00
<!-- max 20 entries, each entry gets 44 pixel (at 1440p) -->
<grid id="main_grid" x_dim="1" y_dim="20" x_offset="10" y_offset="10" width="500" height="880"
2023-01-18 06:09:44 +00:00
vert_align="top" hori_align="left" margin="0" padding="0"> </grid>
</root>