aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFavoriteTextFieldCell.h
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2015-02-15 02:59:14 +0100
committerMax <post@wickenrode.com>2015-02-15 02:59:14 +0100
commitbaa1593d4bd84b2eebc41821d5ff2b70013371bf (patch)
tree33b06aed0f180784e5b827c40013af9cbb3744ea /Source/SPFavoriteTextFieldCell.h
parent085b381858dcd3cda5c0b00527d3b7a77641345a (diff)
downloadsequelpro-baa1593d4bd84b2eebc41821d5ff2b70013371bf.tar.gz
sequelpro-baa1593d4bd84b2eebc41821d5ff2b70013371bf.tar.bz2
sequelpro-baa1593d4bd84b2eebc41821d5ff2b70013371bf.zip
Add basic color highlighting in favorites list
Diffstat (limited to 'Source/SPFavoriteTextFieldCell.h')
-rw-r--r--Source/SPFavoriteTextFieldCell.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPFavoriteTextFieldCell.h b/Source/SPFavoriteTextFieldCell.h
index afc32bcb..931d767d 100644
--- a/Source/SPFavoriteTextFieldCell.h
+++ b/Source/SPFavoriteTextFieldCell.h
@@ -38,4 +38,6 @@
- (BOOL)drawsDividerUnderCell;
- (void)setDrawsDividerUnderCell:(BOOL)drawsDivider;
+@property(copy)NSColor *labelColor;
+
@end