diff options
author | Mavridis Philippe <[email protected]> | 2024-11-13 13:06:24 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2025-01-12 13:28:25 +0200 |
commit | ee4e57b2089766fb828ff1c50951176a933644e0 (patch) | |
tree | 10b196802aaad4fbcde6d2dcf12ba9309b9df766 /kxkb/kxkbconfig.h | |
parent | cff4d8a2d93be2bff2c3de617008f1c0c28cd59a (diff) | |
download | tdebase-ee4e57b2089766fb828ff1c50951176a933644e0.tar.gz tdebase-ee4e57b2089766fb828ff1c50951176a933644e0.zip |
Kxkb: Add customization options "Stretch flag", "Dim flag", "Show indicator bevel"
Apart from the last one, these options expose existing functionality making it user-configurable.
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'kxkb/kxkbconfig.h')
-rw-r--r-- | kxkb/kxkbconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kxkb/kxkbconfig.h b/kxkb/kxkbconfig.h index 4e424102a..2eeb25c13 100644 --- a/kxkb/kxkbconfig.h +++ b/kxkb/kxkbconfig.h @@ -51,6 +51,9 @@ public: bool m_showSingle; bool m_showFlag; bool m_showLabel; + bool m_fitToBox; + bool m_dimFlag; + bool m_bevel; bool m_enableXkbOptions; bool m_resetOldOptions; SwitchingPolicy m_switchingPolicy; |