view clients/editor/gui/error.xml @ 356:ab41334e8a57

Added or1andov's code with a few adjustments to fix instance transparencies fixed[t:378] Added layer transparency support Added layer transparency to map editor
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Thu, 24 Sep 2009 18:24:47 +0000
parents 51cc05d862f2
children
line wrap: on
line source

<Panel name="errorWindow" title="Error" min_size="300, 100">
	<ScrollArea>
		<Label name="message" text="Error:" wrap_text="1" vexpand="1"/>
	</ScrollArea>
	<Button name="okButton" text="OK"/>
</Panel>