diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2022-03-10 19:51:52 +0200 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2022-03-19 13:25:55 +0200 |
commit | 515465039af34e4bf87a3d4ae4585e9b37315310 (patch) | |
tree | 66e799511fc7067c7f4007e1bf862e22de06d89b /kxkb/pixmap.h | |
parent | 4cd8cd29f5edac59e5c1ab7fb5e82db8c6c5c364 (diff) | |
download | tdebase-51546503.tar.gz tdebase-51546503.zip |
kxkb: transparent indicator background feature
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit d048506bb65a3f77102f07f54c7bfc16c80e003e)
Diffstat (limited to 'kxkb/pixmap.h')
-rw-r--r-- | kxkb/pixmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kxkb/pixmap.h b/kxkb/pixmap.h index 2fd6c2a3c..a17f48d89 100644 --- a/kxkb/pixmap.h +++ b/kxkb/pixmap.h @@ -24,6 +24,7 @@ private: bool m_showFlag; bool m_showLabel; TQColor m_bgColor; + bool m_bgTransparent; TQColor m_fgColor; TQFont m_labelFont; bool m_labelShadow; |