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

6 lines
403 B
XML
Raw Normal View History

2023-01-18 08:19:55 +00:00
<?xml-model href="../gui.xsd" type="application/xml" schematypens="http://www.w3.org/2001/XMLSchema"?>
2023-01-18 06:09:44 +00:00
<root reference_width="2560" reference_height="1440">
2023-01-19 09:23:21 +00:00
<!-- 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"
2023-01-18 06:09:44 +00:00
vert_align="top" hori_align="left" margin="0" padding="0"> </grid>
</root>