separator placement
This commit is contained in:
@@ -28,7 +28,6 @@
|
|||||||
<RadioBox text="Compatibility mode" value="Cage"/> <!-- TODO: tooltips -->
|
<RadioBox text="Compatibility mode" value="Cage"/> <!-- TODO: tooltips -->
|
||||||
</RadioGroup>
|
</RadioGroup>
|
||||||
<Separator />
|
<Separator />
|
||||||
<Separator />
|
|
||||||
<label text="Resolution" />
|
<label text="Resolution" />
|
||||||
<RadioGroup id="radio_res" flex_direction="row" gap="16">
|
<RadioGroup id="radio_res" flex_direction="row" gap="16">
|
||||||
<RadioBox text="1440p" value="Res1440" />
|
<RadioBox text="1440p" value="Res1440" />
|
||||||
@@ -36,6 +35,7 @@
|
|||||||
<RadioBox text="720p" value="Res720" />
|
<RadioBox text="720p" value="Res720" />
|
||||||
<RadioBox text="480p" value="Res480" />
|
<RadioBox text="480p" value="Res480" />
|
||||||
</RadioGroup>
|
</RadioGroup>
|
||||||
|
<Separator />
|
||||||
<label text="Orientation" />
|
<label text="Orientation" />
|
||||||
<RadioGroup id="radio_orientation" flex_direction="row" gap="16">
|
<RadioGroup id="radio_orientation" flex_direction="row" gap="16">
|
||||||
<RadioBox text="Wide" value="Wide" tooltip="16:9" checked="1" />
|
<RadioBox text="Wide" value="Wide" tooltip="16:9" checked="1" />
|
||||||
|
|||||||
Reference in New Issue
Block a user