8 lines
480 B
XML
8 lines
480 B
XML
|
<?xml-model href="gui.xsd" type="application/xml" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||
|
<root reference_width="2560" reference_height="1440">
|
||
|
<grid x_dim="1" y_dim="1" x_offset="10" y_offset="10" width="300" height="50"
|
||
|
vert_align="top" hori_align="left" margin="2" padding="2" background="#c9c9c9">
|
||
|
<label x_slot="0" y_slot="0" text_color="#c9c9c9" text_ratio="1.0"
|
||
|
background="black">Vulkan Overlay Enabled</label>
|
||
|
</grid>
|
||
|
</root>
|