﻿<!--paste_motion_special-->
<!--This XML file is used as a template to re-write the other file PasteMotionSpecialDialog.xml, in order to persist the settings.-->
<dialog title="Paste Motion Special" buttons="accept, cancel">
	<vbox>
		<label value="Paste these properties:" />
		<checkbox id="x" checked="%x%" label="X position"/>
		<checkbox id="y" checked="%y%" label="Y position"/>
		<checkbox id="scaleX" checked="%scaleX%" label="Horizontal scale"/>
		<checkbox id="scaleY" checked="%scaleY%" label="Vertical scale"/>
		<checkbox id="rotationAndSkew" checked="%rotationAndSkew%" label="Rotation and skew"/>
		<checkbox id="color" checked="%color%" label="Color"/>
		<checkbox id="filters" checked="%filters%" label="Filters"/>
		<checkbox id="blendMode" checked="%blendMode%" label="Blend mode"/>
		<separator/> 
		<checkbox id="overrideScale" checked="%overrideScale%" label="Override target scale properties"/>
		<checkbox id="overrideRotationAndSkew" checked="%overrideRotationAndSkew%" label="Override target rotation and skew properties"/>
	</vbox>
</dialog> 
