diff options
author | Ken Moore <ken@ixsystems.com> | 2017-05-03 10:27:31 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-05-03 10:27:31 -0400 |
commit | cebca8cef5e7353431bf88daeeb91d4892ca55a7 (patch) | |
tree | 82730422481da45d2d9429a320113a2d22856f65 /src-qt5/core/lumina-desktop/panel-plugins/systemtray/TrayIcon.h | |
parent | Merge branch 'master' of github.com:trueos/lumina (diff) | |
download | lumina-cebca8cef5e7353431bf88daeeb91d4892ca55a7.tar.gz lumina-cebca8cef5e7353431bf88daeeb91d4892ca55a7.tar.bz2 lumina-cebca8cef5e7353431bf88daeeb91d4892ca55a7.zip |
Fix up the high-DPI scaling of the system tray icons.
Diffstat (limited to 'src-qt5/core/lumina-desktop/panel-plugins/systemtray/TrayIcon.h')
-rw-r--r-- | src-qt5/core/lumina-desktop/panel-plugins/systemtray/TrayIcon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop/panel-plugins/systemtray/TrayIcon.h b/src-qt5/core/lumina-desktop/panel-plugins/systemtray/TrayIcon.h index 5d072cc1..e9c6e4d9 100644 --- a/src-qt5/core/lumina-desktop/panel-plugins/systemtray/TrayIcon.h +++ b/src-qt5/core/lumina-desktop/panel-plugins/systemtray/TrayIcon.h @@ -44,6 +44,7 @@ private: WId IID, AID; //icon ID and app ID int badpaints; uint dmgID; + int scalefactor; protected: void paintEvent(QPaintEvent *event); @@ -52,4 +53,4 @@ protected: signals: void BadIcon(); }; -#endif
\ No newline at end of file +#endif |