comparison clients/editor/gui/filebrowser.xml @ 179:28532ae6f9f6

Moved all editor content out of content, as chewie says it's deprecated as hell ;-)
author cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 30 Jan 2009 00:54:07 +0000
parents clients/editor/content/gui/filebrowser.xml@4a0efb7baf70
children 51cc05d862f2
comparison
equal deleted inserted replaced
178:7dc59bd3d6b1 179:28532ae6f9f6
1 <Window title="File Browser">
2 <HBox>
3 <VBox>
4 <Label name="dirLabel" text="Directories:"/>
5 <ScrollArea size="200,300">
6 <ListBox name="dirList"/>
7 </ScrollArea>
8 </VBox>
9 <VBox name="fileColumn">
10 <Label name="fileLabel" text="Files:"/>
11 <ScrollArea size="200,300">
12 <ListBox name="fileList"/>
13 </ScrollArea>
14 </VBox>
15 <VBox>
16 <Button name="selectButton" text="Select"/>
17 <Spacer />
18 <Button name="closeButton" text="Close"/>
19 </VBox>
20 </HBox>
21 </Window>