Mercurial > fife-parpg
view demos/shooter/gui/highscoredialog.xml @ 696:e201abd8c807
Merged in the VFS fix for absolute paths from FIFE svn trunk.
* This fix superseeds my previous patch, so that patch has been removed.
author | M. George Hansen <technopolitica@gmail.com> |
---|---|
date | Fri, 10 Jun 2011 23:37:46 -1000 |
parents | 4e58dab2fcdc |
children |
line wrap: on
line source
<Window title="High Score" size="500,500"> <VBox hexpand="1"> <HBox> <Label text="Name:" min_size="100, 10" /> <TextField name="name" text="" min_size="100, 10" /> </HBox> </VBox> <Spacer /> <HBox> <Button name="okay" text="Okay"/> </HBox> </Window>