diff options
Diffstat (limited to 'Source/SPWindowController.m')
-rw-r--r-- | Source/SPWindowController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPWindowController.m b/Source/SPWindowController.m index 91fc3cd5..eaa98997 100644 --- a/Source/SPWindowController.m +++ b/Source/SPWindowController.m @@ -51,7 +51,7 @@ managedDatabaseConnections = [[NSMutableArray alloc] init]; // Set up the tab bar - [tabBar setStyleNamed:@"Metal"]; + [tabBar setStyleNamed:@"SequelPro"]; [tabBar setCanCloseOnlyTab:NO]; [tabBar setHideForSingleTab:YES]; [tabBar setShowAddTabButton:YES]; |