Skip to content

Commit

Permalink
Make command history pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
gnachman committed Jul 8, 2015
1 parent 0fd0fcb commit f203063
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions Interfaces/CommandHistoryPopup.xib
Expand Up @@ -17,22 +17,22 @@
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="157" y="191" width="480" height="270"/>
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="878"/>
<view key="contentView" id="NsI-8S-5Oy">
<view key="contentView" id="NsI-8S-5Oy" customClass="iTermClearView">
<rect key="frame" x="0.0" y="0.0" width="480" height="270"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<scrollView borderType="line" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="6Xk-vn-NFd">
<rect key="frame" x="-1" y="-1" width="482" height="272"/>
<scrollView borderType="line" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="6Xk-vn-NFd" customClass="iTermRoundedCornerScrollView">
<rect key="frame" x="0.0" y="0.0" width="480" height="270"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<clipView key="contentView" id="Nbv-B7-bhe">
<rect key="frame" x="1" y="18" width="480" height="253"/>
<clipView key="contentView" drawsBackground="NO" id="Nbv-B7-bhe">
<rect key="frame" x="1" y="1" width="478" height="268"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" multipleSelection="NO" autosaveColumns="NO" typeSelect="NO" headerView="EmB-RV-DZv" id="owM-MY-jEo" customClass="iTermKeyboardNavigatableTableView">
<tableView appearanceType="vibrantLight" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" selectionHighlightStyle="sourceList" columnReordering="NO" multipleSelection="NO" autosaveColumns="NO" typeSelect="NO" id="owM-MY-jEo" customClass="iTermKeyboardNavigatableTableView">
<rect key="frame" x="0.0" y="0.0" width="480" height="19"/>
<autoresizingMask key="autoresizingMask"/>
<size key="intercellSpacing" width="3" height="2"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="_sourceListBackgroundColor" catalog="System" colorSpace="catalog"/>
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
<tableColumns>
<tableColumn identifier="value" editable="NO" width="350" minWidth="40" maxWidth="1000" id="wev-Vy-2ea">
Expand All @@ -48,7 +48,7 @@
</textFieldCell>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES"/>
</tableColumn>
<tableColumn identifier="date" editable="NO" width="124" minWidth="40" maxWidth="1000" id="tpk-Nj-p6c">
<tableColumn identifier="date" editable="NO" width="122" minWidth="40" maxWidth="1000" id="tpk-Nj-p6c">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Last Used">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
Expand All @@ -68,20 +68,16 @@
</connections>
</tableView>
</subviews>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
<nil key="backgroundColor"/>
</clipView>
<scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="ZZJ-HZ-edn">
<scroller key="horizontalScroller" hidden="YES" appearanceType="vibrantLight" verticalHuggingPriority="750" horizontal="YES" id="ZZJ-HZ-edn">
<rect key="frame" x="1" y="119" width="223" height="15"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<scroller key="verticalScroller" hidden="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="e6C-Cs-Stl">
<scroller key="verticalScroller" hidden="YES" appearanceType="vibrantLight" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="e6C-Cs-Stl">
<rect key="frame" x="224" y="17" width="15" height="102"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<tableHeaderView key="headerView" id="EmB-RV-DZv">
<rect key="frame" x="0.0" y="0.0" width="480" height="17"/>
<autoresizingMask key="autoresizingMask"/>
</tableHeaderView>
</scrollView>
</subviews>
</view>
Expand Down

0 comments on commit f203063

Please sign in to comment.