Mercurial > fife-parpg
view tools/editor/gui/layertool.xml @ 421:293e812316c0
Fixed a bug where the editor would exit because of a boost exception when browsing to a directory that the user does not have access to. The vfs now catches the boost exception and throws a FIFE exception. Updated the filebrowser to catch the exception and display a warning to the user. fixes[t:413]
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Thu, 11 Feb 2010 04:18:42 +0000 |
parents | 64738befdf3b |
children |
line wrap: on
line source
<Panel title="Layertool" position="10,200" min_size="110, 150"> <ScrollArea horizontal_scrollbar="0"> <VBox name="layers_wrapper"> <!-- Content is added dynamically here --> </VBox> </ScrollArea> <HBox name="button_wrapper"> <Spacer /> <ImageButton name="add_layer_button" hexpand="0" offset="1,1" helptext="Creates a new layer" up_image="gui/icons/add_layer.png" down_image="gui/icons/add_layer.png" hover_image="gui/icons/add_layer.png" /> <ImageButton name="edit_layer_button" hexpand="0" offset="1,1" helptext="Edit selected layer" up_image="gui/icons/edit.png" down_image="gui/icons/edit.png" hover_image="gui/icons/edit.png" /> <ImageButton name="remove_layer_button" hexpand="0" offset="1,1" helptext="Removes selected layer" up_image="gui/icons/quit.png" down_image="gui/icons/quit.png" hover_image="gui/icons/quit.png" /> </HBox> </Panel>