aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPServerVariablesController.h
diff options
context:
space:
mode:
authorStuart Connolly <stuart02@gmail.com>2014-05-26 23:01:08 +0100
committerStuart Connolly <stuart02@gmail.com>2014-05-26 23:01:08 +0100
commitf25c62d78bbd5d6fbe7a6fac09294317ccd3eeaf (patch)
treef9cdf6b0ef6bdac0ceb25283997aded6cf3e3906 /Source/SPServerVariablesController.h
parentafadd0273178b5803b11ba69a37b6a1138771216 (diff)
downloadsequelpro-f25c62d78bbd5d6fbe7a6fac09294317ccd3eeaf.tar.gz
sequelpro-f25c62d78bbd5d6fbe7a6fac09294317ccd3eeaf.tar.bz2
sequelpro-f25c62d78bbd5d6fbe7a6fac09294317ccd3eeaf.zip
Add a hidden preference to control the size of the UI's monospaced font.
Diffstat (limited to 'Source/SPServerVariablesController.h')
-rw-r--r--Source/SPServerVariablesController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPServerVariablesController.h b/Source/SPServerVariablesController.h
index 160f1dc8..4d15fb2b 100644
--- a/Source/SPServerVariablesController.h
+++ b/Source/SPServerVariablesController.h
@@ -33,7 +33,8 @@
@interface SPServerVariablesController : NSWindowController
{
SPMySQLConnection *connection;
-
+
+ NSUserDefaults *prefs;
NSMutableArray *variables, *variablesFiltered;
IBOutlet NSTableView *variablesTableView;