diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-06-23 02:17:48 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-06-23 02:18:48 -0500 |
commit | 5f8b00b9567d41d1f4681e2240528b9fce2d7b3b (patch) | |
tree | 507cae4a17c331c56aeaf5e9ef2978c13064af9b /kmail/kmsystemtray.h | |
parent | c830701a444a8f4f1ce8ce55fa7c1aff083ee5cc (diff) | |
download | tdepim-5f8b00b9567d41d1f4681e2240528b9fce2d7b3b.tar.gz tdepim-5f8b00b9567d41d1f4681e2240528b9fce2d7b3b.zip |
Use the largest possible font for the unread display in kmail and akregator if the tray icon size is less than 22 pixels
This resolves Bug 1251
Diffstat (limited to 'kmail/kmsystemtray.h')
-rw-r--r-- | kmail/kmsystemtray.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kmail/kmsystemtray.h b/kmail/kmsystemtray.h index c63fdd1df..b689def57 100644 --- a/kmail/kmsystemtray.h +++ b/kmail/kmsystemtray.h @@ -69,6 +69,7 @@ protected: void showKMail(); void buildPopupMenu(); void updateCount(); + void resizeEvent(TQResizeEvent *); TQString prettyName(KMFolder *); |