<root class="panel">



	<row>
		<title>
			<text>Blur Size</text>
		</title>
		<control>
			<SliderEntry min="0.0" max="16.0" step="0.01" @value="Radius"></SliderEntry>
		</control>
	</row>

	<row>
		<title>
			<text>F-Stop</text>
		</title>
		<control>
			<SliderEntry min="0.0" max="1.0" step="0.001" @value="FStop"></SliderEntry>
		</control>
	</row>

	<toolbar>
		<button icon="highlight_alt" onclick="StartFocusTypePick()">Focus Select</button>
		<button icon="filter_center_focus" onclick="LiveFocus()">Live Focus</button>
	</toolbar>

</root>