diff options
author | Mavridis Philippe <[email protected]> | 2022-03-10 19:51:52 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2022-03-19 13:23:54 +0200 |
commit | d048506bb65a3f77102f07f54c7bfc16c80e003e (patch) | |
tree | e01b95a04237ac7fbd88d39aa26d3b76e8468711 /kxkb/pixmap.h | |
parent | 3aa097d05d83712329ab265a007036ba88772dc6 (diff) | |
download | tdebase-d048506bb65a3f77102f07f54c7bfc16c80e003e.tar.gz tdebase-d048506bb65a3f77102f07f54c7bfc16c80e003e.zip |
kxkb: transparent indicator background feature
Signed-off-by: Mavridis Philippe <[email protected]>
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; |