<?xml version="1.0" encoding="UTF-8"?>
<!--
    IBUILongPressGestureRecognizer.inspector
    IBCocoaTouchPlugin
    
    Created by Troy Koelling on 04/04/11.
    Copyright 2011 Apple Inc. All rights reserved.
-->
<slice>
    <section>
        <sliver title="Min Duration">
            <property type="number" formatStyle="decimal" minimum="0" increment="0.1" title="Seconds" keyPath="inspectedObjectsController.selection.object.minimumPressDuration" />
        </sliver>
        <sliver title="Recognize">
            <property type="number" formatStyle="integer" minimum="0" title="Taps" keyPath="inspectedObjectsController.selection.object.numberOfTapsRequired" />
            <property type="number" formatStyle="integer" minimum="0" title="Touches" keyPath="inspectedObjectsController.selection.object.numberOfTouchesRequired" />
        </sliver>
    </section>
    <section>
        <sliver title="Tolerance">
            <property type="number" formatStyle="decimal" minimum="0" title="Points" keyPath="inspectedObjectsController.selection.object.allowableMovement" />
        </sliver>
    </section>
</slice>    
