summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-22 17:35:17 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-22 17:35:17 +0300
commit9772f52876b902ed71e48632bc4d791b4f2ab5c4 (patch)
treebcbc3901d2c6cf1027ab2e11070a526465e76bd5 /include
parentpixelSize -> pointSize (diff)
downloadnheko-9772f52876b902ed71e48632bc4d791b4f2ab5c4.tar.xz
Increase tray icon's bubble size
Diffstat (limited to 'include')
-rw-r--r--include/TrayIcon.h2
1 files changed, 1 insertions, 1 deletions
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_; };