aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPWindowController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPWindowController.m')
-rw-r--r--Source/SPWindowController.m2
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];