comparison clients/rio_de_hola/gui/settings.xml @ 121:ae3b8139c7c7

* Applying settings patch by greyghost * See: #274
author mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
date Tue, 05 Aug 2008 14:44:15 +0000
parents
children a18f09b604f2
comparison
equal deleted inserted replaced
120:e21b1a26fa5f 121:ae3b8139c7c7
1 <Window name="Settings" title="Settings">
2 <Label text="Rio de hola Settings menu!" />
3 <HBox>
4 <VBox>
5 <Label text="Resolution:" />
6 <Label text="Renderer:" />
7 </VBox>
8 <VBox>
9 <DropDown name="screen_resolution" min_size="120,0" />
10 <DropDown name="render_backend" min_size="120,0" />
11 </VBox>
12 </HBox>
13 <CheckBox name="enable_fullscreen" text="Use the full screen mode" />
14 <CheckBox name="enable_sound" text="Enable sound" />
15 <HBox>
16 <Spacer />
17 <Button name="cancelButton" text="Cancel" />
18 <Button name="okButton" text="Ok" />
19 <Button name="defaultButton" text="Defaults" />
20 </HBox>
21 </Window>