<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel border="true" bottom="0" height="500" label="Popups" left="0" name="popups"
     title="Popups" width="400">
	<text bottom="-20" follows="top|left" left="12" width="300">
		Do not show popups:
	</text>
	<scroll_list follows="top|left" height="100" left="12" name="disabled_popups" width="480" />
	<button follows="top|left" height="20" label="Enable this popup" left="12"
	     name="enable_popup" width="150" />
	<text follows="top|left" left="12" width="128">
		Show popups:
	</text>
	<scroll_list follows="top|left" height="100" left="12" name="enabled_popups" width="480" />
	<button bottom_delta="-45" follows="top|left" height="20"
	     label="Reset &apos;Show next time&apos; Dialogs..." left="12"
	     name="reset_dialogs_btn" width="210" />
</panel>
