diff options
author | Stuart Connolly <stuart02@gmail.com> | 2014-05-26 23:01:08 +0100 |
---|---|---|
committer | Stuart Connolly <stuart02@gmail.com> | 2014-05-26 23:01:08 +0100 |
commit | f25c62d78bbd5d6fbe7a6fac09294317ccd3eeaf (patch) | |
tree | f9cdf6b0ef6bdac0ceb25283997aded6cf3e3906 /Source/SPServerVariablesController.h | |
parent | afadd0273178b5803b11ba69a37b6a1138771216 (diff) | |
download | sequelpro-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.h | 3 |
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; |