diff options
author | Max <dmoagx@users.noreply.github.com> | 2018-04-20 23:35:21 +0200 |
---|---|---|
committer | Max <dmoagx@users.noreply.github.com> | 2018-04-20 23:35:21 +0200 |
commit | 898ec8e4284a30caf2901ebc613c1cc9d5231e38 (patch) | |
tree | 1f1f5d3ad04004abbf9011a7149bdfc88ac15153 /Interfaces | |
parent | 85f37eba060a5ff5571738d8248c1cbc39d5c33b (diff) | |
download | sequelpro-898ec8e4284a30caf2901ebc613c1cc9d5231e38.tar.gz sequelpro-898ec8e4284a30caf2901ebc613c1cc9d5231e38.tar.bz2 sequelpro-898ec8e4284a30caf2901ebc613c1cc9d5231e38.zip |
Fix a small visual glitch on the connection view
Diffstat (limited to 'Interfaces')
-rw-r--r-- | Interfaces/English.lproj/ConnectionView.xib | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Interfaces/English.lproj/ConnectionView.xib b/Interfaces/English.lproj/ConnectionView.xib index 9e773a26..693e4f1d 100644 --- a/Interfaces/English.lproj/ConnectionView.xib +++ b/Interfaces/English.lproj/ConnectionView.xib @@ -176,14 +176,14 @@ <imageCell key="cell" refusesFirstResponder="YES" alignment="left" image="button_bar_handle" id="5859"/> </imageView> <scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="4910"> - <rect key="frame" x="0.0" y="23" width="200" height="483"/> + <rect key="frame" x="0.0" y="23" width="200" height="490"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <clipView key="contentView" drawsBackground="NO" id="cjP-S4-7Nz"> - <rect key="frame" x="0.0" y="0.0" width="200" height="483"/> + <rect key="frame" x="0.0" y="0.0" width="200" height="490"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <tableView focusRingType="none" verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="firstColumnOnly" selectionHighlightStyle="sourceList" columnReordering="NO" columnSelection="YES" columnResizing="NO" autosaveColumns="NO" id="4913" customClass="SPFavoritesOutlineView"> - <rect key="frame" x="0.0" y="0.0" width="200" height="483"/> + <rect key="frame" x="0.0" y="0.0" width="200" height="490"/> <autoresizingMask key="autoresizingMask"/> <size key="intercellSpacing" width="3" height="2"/> <color key="backgroundColor" name="_sourceListBackgroundColor" catalog="System" colorSpace="catalog"/> |