diff options
author | rowanbeentje <rowan@beent.je> | 2010-12-21 01:40:09 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-12-21 01:40:09 +0000 |
commit | 412b09885523847f4f9b0eb8bf898dcf72688952 (patch) | |
tree | 282ccf64d4a51f8cc79f27de94eef21ae99e1c05 /Interfaces/English.lproj/ConnectionView.xib | |
parent | d23a09dbbc88a0e10d36b05bbacbca8c1dec3147 (diff) | |
download | sequelpro-412b09885523847f4f9b0eb8bf898dcf72688952.tar.gz sequelpro-412b09885523847f4f9b0eb8bf898dcf72688952.tar.bz2 sequelpro-412b09885523847f4f9b0eb8bf898dcf72688952.zip |
- Fix split view overlap on the custom query view cuasing lines on scrolling/resize; this addresses Issue #929
- Fix split view overlap on the tables list/info pane causing lines on scrolling/resize; this addresses Issue #740
- Add custom resize behaviour for the table content splitview, addressing Issue #543
- Make button bars at the bottom of the window a consistent height
- Fix bug with new splitview setup causing tables pane to become narrower with each launch
Diffstat (limited to 'Interfaces/English.lproj/ConnectionView.xib')
-rw-r--r-- | Interfaces/English.lproj/ConnectionView.xib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Interfaces/English.lproj/ConnectionView.xib b/Interfaces/English.lproj/ConnectionView.xib index a1919fc0..7c9d6306 100644 --- a/Interfaces/English.lproj/ConnectionView.xib +++ b/Interfaces/English.lproj/ConnectionView.xib @@ -363,7 +363,7 @@ </object> </object> </object> - <string key="NSFrameSize">{202, 23}</string> + <string key="NSFrame">{{0, 1}, {202, 23}}</string> <reference key="NSSuperview" ref="551584428"/> <bool key="BWABBIsResizable">YES</bool> <bool key="BWABBIsAtBottom">YES</bool> |