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

 Created by Jason Yao on 2018-01-12.
 Copyright © 2018 Apple Inc. All rights reserved.
 -->
<slice>
    <section>
        <sliver title="Height">
            <property type="number"
                keyPath="inspectedObjectsController.selection.object.ibInspectedHeight"
                nilPlaceholderKeyPath="inspectedObjectsController.selection.object.ibPlaceholderHeight"
                minimum="0"
                allowsNilValues="true"
                nonNilValueKeyPath="inspectedObjectsController.selection.object.ibDefaultExplicitHeight" />
        </sliver>
    </section>
    <section>
        <sliver title="Padding">
            <property type="number" formatStyle="decimal" title="Top" keyPath="inspectedObjectsController.selection.object.topPadding" />
            <property type="number" formatStyle="decimal" title="Bottom" keyPath="inspectedObjectsController.selection.object.bottomPadding" />
        </sliver>
    </section>
</slice>

