From 8bb33b515e95606566e8286b5714e7e3be01ffad Mon Sep 17 00:00:00 2001 From: avenjamin Date: Mon, 14 Jun 2010 15:22:43 +0000 Subject: Initial stage of re styling the tab bar to actually look half decent. - Change line 373 of PSMTabBarControl to "SequelPro" to see new tabs. - The drawing of the tab edges needs to be redone on the very edge of each tab instead of being inset by a number pixels to resolve a few issues. --- Source/SPDatabaseDocument.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPDatabaseDocument.m') diff --git a/Source/SPDatabaseDocument.m b/Source/SPDatabaseDocument.m index e0ba899e..e06065af 100644 --- a/Source/SPDatabaseDocument.m +++ b/Source/SPDatabaseDocument.m @@ -3574,6 +3574,7 @@ // set up toolbar properties [mainToolbar setAllowsUserCustomization:YES]; [mainToolbar setAutosavesConfiguration:YES]; + [mainToolbar setShowsBaselineSeparator:NO]; [mainToolbar setDisplayMode:NSToolbarDisplayModeIconAndLabel]; // set ourself as the delegate -- cgit v1.2.3