Skip to content

Commit dd026ba

Browse files
Set row height of file layout example output to 17 pts
- Resolves #80
1 parent e8e585f commit dd026ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

BuildSettingExtractor/Preferences/Base.lproj/Preferences.storyboard

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@
6767
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
6868
</textFieldCell>
6969
</textField>
70-
<scrollView autohidesScrollers="YES" horizontalLineScroll="21" horizontalPageScroll="10" verticalLineScroll="21" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nnp-8W-hAK">
70+
<scrollView autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nnp-8W-hAK">
7171
<rect key="frame" x="442" y="43" width="281" height="265"/>
7272
<clipView key="contentView" id="tFy-pV-XCE">
7373
<rect key="frame" x="1" y="1" width="279" height="263"/>
7474
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
7575
<subviews>
76-
<outlineView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" selectionHighlightStyle="none" columnReordering="NO" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="19" rowSizeStyle="automatic" viewBased="YES" indentationPerLevel="16" outlineTableColumn="q4C-vK-fSG" id="J0m-iF-s6g">
76+
<outlineView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" selectionHighlightStyle="none" columnReordering="NO" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" typeSelect="NO" rowSizeStyle="automatic" viewBased="YES" indentationPerLevel="16" outlineTableColumn="q4C-vK-fSG" id="J0m-iF-s6g">
7777
<rect key="frame" x="0.0" y="0.0" width="279" height="263"/>
7878
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
7979
<size key="intercellSpacing" width="3" height="2"/>
@@ -93,15 +93,15 @@
9393
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
9494
<prototypeCellViews>
9595
<tableCellView identifier="OutlineCell" id="WgN-a7-9vW">
96-
<rect key="frame" x="1" y="1" width="258" height="19"/>
96+
<rect key="frame" x="1" y="1" width="258" height="17"/>
9797
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
9898
<subviews>
9999
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="y6O-V9-5dt">
100-
<rect key="frame" x="6" y="2" width="16" height="16"/>
100+
<rect key="frame" x="6" y="1" width="16" height="16"/>
101101
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="config_file" id="LuR-Gx-liD"/>
102102
</imageView>
103103
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="gz0-HR-Vz6">
104-
<rect key="frame" x="22" y="3" width="232" height="14"/>
104+
<rect key="frame" x="22" y="2" width="232" height="14"/>
105105
<textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="V1I-73-dY2">
106106
<font key="font" metaFont="controlContent" size="11"/>
107107
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>

0 commit comments

Comments
 (0)