aboutsummaryrefslogtreecommitdiffstats
path: root/TableSource.m
diff options
context:
space:
mode:
authoravenjamin <avenjamin@gmail.com>2008-08-30 17:12:45 +0000
committeravenjamin <avenjamin@gmail.com>2008-08-30 17:12:45 +0000
commit50404d84388ed339dc929ac1cbb27aae3a29cb51 (patch)
tree134df17df4caccf171ed8b8f40ee3c52aacb62ec /TableSource.m
parent3346039f0a92087d9c45cc8b20ff99fb95f85c38 (diff)
downloadsequelpro-50404d84388ed339dc929ac1cbb27aae3a29cb51.tar.gz
sequelpro-50404d84388ed339dc929ac1cbb27aae3a29cb51.tar.bz2
sequelpro-50404d84388ed339dc929ac1cbb27aae3a29cb51.zip
• Fixed Credits
• Added grabber images • Removed small icon of table and replaced with new one • Added "Checksum Table" to MainMenu • Added extra splitter grab handles • Few other bits cleaned up
Diffstat (limited to 'TableSource.m')
-rw-r--r--TableSource.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/TableSource.m b/TableSource.m
index b24d85bc..929c4c04 100644
--- a/TableSource.m
+++ b/TableSource.m
@@ -1130,6 +1130,10 @@ defines min position of splitView
return proposedMin + 150;
}
+- (NSRect)splitView:(NSSplitView *)splitView additionalEffectiveRectOfDividerAtIndex:(int)dividerIndex
+{
+ return [structureGrabber convertRect:[structureGrabber bounds] toView:splitView];
+}
//last but not least
- (id)init