diff options
author | Abhi Beckert <abhi@abhibeckert.com> | 2016-03-12 21:05:00 +1000 |
---|---|---|
committer | Abhi Beckert <abhi@abhibeckert.com> | 2016-03-12 21:05:00 +1000 |
commit | 3900082a2a4ecd102f7b541cad2fdc6d8212b111 (patch) | |
tree | c6d7a0521aa5d018db4d4a04f27d23727aab325d | |
parent | 7cc13cf7992b01ae9fa2b451eb4fcc123013bb96 (diff) | |
download | sequelpro-3900082a2a4ecd102f7b541cad2fdc6d8212b111.tar.gz sequelpro-3900082a2a4ecd102f7b541cad2fdc6d8212b111.tar.bz2 sequelpro-3900082a2a4ecd102f7b541cad2fdc6d8212b111.zip |
Move export table view checkbox columns
Move export table view checkbox columns 20px to the left to avoid going
behind the scroll bar.
-rw-r--r-- | Interfaces/English.lproj/ExportDialog.xib | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Interfaces/English.lproj/ExportDialog.xib b/Interfaces/English.lproj/ExportDialog.xib index 153e2228..45f768cb 100644 --- a/Interfaces/English.lproj/ExportDialog.xib +++ b/Interfaces/English.lproj/ExportDialog.xib @@ -388,7 +388,7 @@ Gw <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/> <tableColumns> - <tableColumn identifier="tables" editable="NO" width="355" minWidth="10" maxWidth="1000" id="1233"> + <tableColumn identifier="tables" editable="NO" width="335" minWidth="10" maxWidth="1000" id="1233"> <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Table"> <font key="font" metaFont="smallSystem"/> <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> @@ -425,15 +425,16 @@ Gw </buttonCell> <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> </tableColumn> - <tableColumn identifier="drop" width="15" minWidth="15" maxWidth="15" headerToolTip="Include DROP TABLE syntax" id="1230"> + <tableColumn identifier="drop" width="35" minWidth="35" maxWidth="35" headerToolTip="Include DROP TABLE syntax" id="1230"> <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="D"> <font key="font" metaFont="smallSystem"/> <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/> </tableHeaderCell> - <buttonCell key="dataCell" type="check" title="Check" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" inset="2" id="1237"> + <buttonCell key="dataCell" type="check" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" inset="2" id="1237"> <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> <font key="font" metaFont="smallSystem"/> + <accessibility description="Check"/> </buttonCell> <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> </tableColumn> |