<?xml version="1.0" encoding="UTF-8"?>
<!--
   IBNSStepper.inspector
   InterfaceBuilder

   Created by Kelly Keenan on 11/24/09.
   Copyright 2009 Apple Inc. All rights reserved.
-->

<slice>
    <section>
        <sliver title="Behavior">
            <property type="boolean" title="Value Wraps" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.valueWraps" />
            <property type="boolean" title="Auto Repeats" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.autorepeat" />
        </sliver>
    </section>
    <section>
        <sliver title="Value">
            <property type="number" title="Minimum" formatStyle="decimal" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.ibInspectedMinValue" />
            <property type="number" title="Maximum" formatStyle="decimal" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.ibInspectedMaxValue" />
            <property type="number" title="Increment" formatStyle="decimal" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.increment" />
            <property type="number" title="Current" formatStyle="decimal" keyPath="inspectedObjectsController.selection.object.ibInspectedCell.ibInspectedDoubleValue" />
        </sliver>
    </section>
</slice>

