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

6 lines
403 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-19 09:23:21 +00:00
<root reference_width="2560" reference_height="1440">
2023-01-20 21:10:38 +00:00
<!-- max 5 entries, each entry gets 44 pixel (at 1440p) -->
2023-01-23 17:34:04 +00:00
<grid id="main_grid" x_dim="1" y_dim="5" x_offset="-550" y_offset="10" width="540" height="220"
2023-01-19 09:23:21 +00:00
vert_align="top" hori_align="right" margin="0" padding="0"> </grid>
</root>