aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPPreferenceController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPPreferenceController.h')
-rw-r--r--Source/SPPreferenceController.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/Source/SPPreferenceController.h b/Source/SPPreferenceController.h
index d5e22fd5..428bfd6d 100644
--- a/Source/SPPreferenceController.h
+++ b/Source/SPPreferenceController.h
@@ -60,7 +60,12 @@
IBOutlet NSMenuItem *favoritesSortByMenuItem;
IBOutlet id tableCell;
-
+
+ IBOutlet NSTableView *colorSettingTableView;
+ NSArray *editorColors;
+ NSArray *editorNameForColors;
+ NSUInteger colorRow;
+
IBOutlet NSTextField *editorFontName;
IBOutlet NSTextField *globalResultTableFontName;
@@ -68,7 +73,7 @@
SPKeychain *keychain;
NSDictionary *currentFavorite;
-
+
NSToolbar *toolbar;
NSToolbarItem *generalItem;