Revision 294,
871 bytes
checked in by eliedebrauwer, 10 years ago
(diff) |
Ticket #: Patch by Elie De Brauwer, fixes the asymmetric main window and the quit button, fixes[s:trac, t:99]
|
-
Property svn:eol-style set to
native
|
Line | |
---|
1 | <Window title="PARPG Options" position_technique="center:center" |
---|
2 | min_size="300,300" max_size="350,450"> |
---|
3 | |
---|
4 | <CheckBox name="FullscreenBox" text="Full Screen" /> |
---|
5 | <CheckBox name="SoundsBox" text="Play Sounds" /> |
---|
6 | <Label name="InitialVolumeLabel" /> |
---|
7 | <Slider name="InitialVolumeSlider" scale_start="0" scale_end="10" /> |
---|
8 | <HBox min_size="120,90"> |
---|
9 | <Label text="Resolution: " /> |
---|
10 | <ListBox name="ResolutionBox" min_size="120,0" max_size="200,150" /> |
---|
11 | <Spacer /> |
---|
12 | </HBox> |
---|
13 | <HBox min_size="120,47"> |
---|
14 | <Label text="Render Backend: " /> |
---|
15 | <ListBox name="RenderBox" min_size="120,0" /> |
---|
16 | <Spacer /> |
---|
17 | </HBox> |
---|
18 | |
---|
19 | <Spacer /> |
---|
20 | |
---|
21 | <HBox min_size="290,25" max_size="290,25"> |
---|
22 | <Button name="closeButton" text="Close" /> |
---|
23 | <Spacer /> |
---|
24 | <Button name="defaultsButton" text="Reset to Defaults" /> |
---|
25 | <Button name="applyButton" text="Apply" /> |
---|
26 | </HBox> |
---|
27 | </Window> |
---|
Note: See
TracBrowser
for help on using the repository browser.