Mercurial > fife-parpg
comparison clients/editor/gui/layereditor.xml @ 320:2020053fffe0
Forgot to add layereditor.xml ...
author | cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sun, 16 Aug 2009 20:51:02 +0000 |
parents | |
children | 7be6293f13d1 |
comparison
equal
deleted
inserted
replaced
319:62ec3b530cc6 | 320:2020053fffe0 |
---|---|
1 <Panel title="Layer Editor"> | |
2 <VBox hexpand="1"> | |
3 <HBox> | |
4 <Label name="layerLabel" text="Layer ID:" min_size="125,10"/> | |
5 <TextField name="layerBox" min_size="100,10"/> | |
6 </HBox> | |
7 <Label name="gridLabel" text="Grid type:" min_size="125,10"/> | |
8 <DropDown name="gridBox"/> | |
9 <Label name="scaleLabel" text="Scale:" min_size="125,10"/> | |
10 <HBox> | |
11 <Spacer /> | |
12 <Label name="xScaleLabel" text="X:" min_size="40,10"/> | |
13 <TextField name="xScaleBox" min_size="40,10" text="1.0" /> | |
14 <Label name="yScaleLabel" text="Y:" min_size="40,10"/> | |
15 <TextField name="yScaleBox" min_size="40,10" text="1.0" /> | |
16 </HBox> | |
17 <HBox> | |
18 <Label name="rotLabel" text="Rotation:" min_size="125,10"/> | |
19 <TextField name="rotBox" text="0" min_size="100,10"/> | |
20 </HBox> | |
21 <Label name="offsetLabel" text="Offset:" min_size="125,10"/> | |
22 <HBox> | |
23 <Spacer /> | |
24 <Label name="xOffsetLabel" text="X:" min_size="40,10"/> | |
25 <TextField name="xOffsetBox" min_size="40,10" text="0.0" /> | |
26 <Label name="yOffsetLabel" text="Y:" min_size="40,10"/> | |
27 <TextField name="yOffsetBox" min_size="40,10" text="0.0" /> | |
28 </HBox> | |
29 <Label name="pathingLabel" text="Pathfinding strategy:"/> | |
30 <DropDown name="pathingBox"/> | |
31 </VBox> | |
32 | |
33 <HBox> | |
34 <Spacer /> | |
35 <Button name="okButton" text="OK" /> | |
36 <Button name="cancelButton" text="Cancel" /> | |
37 </HBox> | |
38 | |
39 </Panel> |