view clients/pychan_demo/gui/loadmap.xml @ 323:b64ce990abb1

LayerTool: * Fixed bug where newly created layers wasn't rendered * Added tool tips for buttons
author cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
date Tue, 18 Aug 2009 18:03:54 +0000
parents 674bb162d93f
children
line wrap: on
line source

<Window title="Load Map">
	<HBox>
		<VBox>
			<DropDown name="mapList" min_size="100,0" />
			<Spacer />
		</VBox>
		<VBox>
			<Button name="okButton" text="Load Map"/>
			<Button name="closeButton" text="Cancel"/>
		</VBox>
	</HBox>
</Window>