aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2012-08-01 00:39:58 +0000
committerrowanbeentje <rowan@beent.je>2012-08-01 00:39:58 +0000
commit8083f88a6af7ee8361748ff155db1549431699a7 (patch)
treee8981d1f5635ad64dfd33236e30940fb39a19aeb /Source/SPTableContent.h
parente6e2fe26d29659d805628114a0c1cd5f9d7ab5b4 (diff)
downloadsequelpro-8083f88a6af7ee8361748ff155db1549431699a7.tar.gz
sequelpro-8083f88a6af7ee8361748ff155db1549431699a7.tar.bz2
sequelpro-8083f88a6af7ee8361748ff155db1549431699a7.zip
- Alter table content Advanced Table Filter query preview area to use standard textview backgrounds, getting rid of the surrounding border box. This fixes issues with dark colour schemes.
- Fix Advanced Table Filter column sizing to be uniform
Diffstat (limited to 'Source/SPTableContent.h')
-rw-r--r--Source/SPTableContent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h
index 71ae4a43..013897f9 100644
--- a/Source/SPTableContent.h
+++ b/Source/SPTableContent.h
@@ -102,7 +102,7 @@
IBOutlet SPCopyTable *filterTableView;
IBOutlet NSPanel *filterTableWindow;
IBOutlet SPSplitView *filterTableSplitView;
- IBOutlet NSBox *filterTableQueryBox;
+ IBOutlet NSTextField *filterTableQueryTitle;
IBOutlet NSButton *filterTableFilterButton;
IBOutlet NSButton *filterTableClearButton;
IBOutlet SPTextView *filterTableWhereClause;