From 9772f52876b902ed71e48632bc4d791b4f2ab5c4 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Mon, 22 May 2017 17:35:17 +0300 Subject: Increase tray icon's bubble size --- include/TrayIcon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/TrayIcon.h b/include/TrayIcon.h index bef8564f..7fe46ad3 100644 --- a/include/TrayIcon.h +++ b/include/TrayIcon.h @@ -36,7 +36,7 @@ public: int msgCount = 0; private: - const int BubbleDiameter = 15; + const int BubbleDiameter = 17; QIcon icon_; }; -- cgit 1.5.1