<?xml version="1.0" encoding="UTF-8"?>
<!--
//
//  IBNSMatrix-Size.inspector
//  InterfaceBuilder
//
//  Created by Kelly Keenan on 12/1/09.
//  Copyright 2009 Apple Inc. All rights reserved.
//
-->
<slice>
    <sliver title="Cell Size">
        <property type="number" keyPath="inspectedObjectsController.selection.object.ibInspectedCellSizeWidth" title="Width" minimum="0" />
        <property type="number" keyPath="inspectedObjectsController.selection.object.ibInspectedCellSizeHeight" title="Height" minimum="0" />
    </sliver>
    <sliver title="Cell Spacing">
        <property type="number" keyPath="inspectedObjectsController.selection.object.ibInspectedInterCellSpacingWidth" title="Horizontal" minimum="0"/>
        <property type="number" keyPath="inspectedObjectsController.selection.object.ibInspectedInterCellSpacingHeight" title="Vertical" minimum="0"/>
    </sliver>
    <sliver title="Resizing">
        <property type="boolean" title="Automatically Resizes Cells" keyPath="inspectedObjectsController.selection.object.autosizesCells" />
    </sliver>
    <sliver>
        <property type="boolean" title="Auto Recalculates Cell Size" keyPath="inspectedObjectsController.selection.object.autorecalculatesCellSize" />
    </sliver>

</slice>
