<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBNSGridColumn-Size.inspector

 Created by Jason Yao on 2018-01-12.
 Copyright © 2018 Apple Inc. All rights reserved.
 -->
<slice>
    <section>
        <sliver title="Width">
            <property type="number"
                keyPath="inspectedObjectsController.selection.object.ibInspectedWidth"
                nilPlaceholderKeyPath="inspectedObjectsController.selection.object.ibPlaceholderWidth"
                minimum="0"
                allowsNilValues="true"
                nonNilValueKeyPath="inspectedObjectsController.selection.object.ibDefaultExplicitWidth" />
        </sliver>
    </section>
    <section>
        <sliver title="Padding">
            <property type="number" formatStyle="decimal" title="Leading" keyPath="inspectedObjectsController.selection.object.leadingPadding" />
            <property type="number" formatStyle="decimal" title="Trailing" keyPath="inspectedObjectsController.selection.object.trailingPadding" />
        </sliver>
    </section>
</slice>

