diff options
author | Mavridis Philippe <[email protected]> | 2025-01-14 19:42:04 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2025-01-14 19:42:04 +0200 |
commit | 69a72eba035a6f8a90a6bc8d458cce79025d4c53 (patch) | |
tree | 0b1ef443042d2202be2348d7e1daa87877381f0a /kicker/applets/systemtray/systemtrayapplet.h | |
parent | b8f5a7414bd00abef13ef3ef6557f742849b9191 (diff) | |
download | tdebase-69a72eba035a6f8a90a6bc8d458cce79025d4c53.tar.gz tdebase-69a72eba035a6f8a90a6bc8d458cce79025d4c53.zip |
Kicker: add icon margin option to system tray applet
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'kicker/applets/systemtray/systemtrayapplet.h')
-rw-r--r-- | kicker/applets/systemtray/systemtrayapplet.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kicker/applets/systemtray/systemtrayapplet.h b/kicker/applets/systemtray/systemtrayapplet.h index 2b49ce93e..988b38eeb 100644 --- a/kicker/applets/systemtray/systemtrayapplet.h +++ b/kicker/applets/systemtray/systemtrayapplet.h @@ -29,6 +29,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <tqevent.h> #include <tqlayout.h> #include <tqcheckbox.h> +#include <tqspinbox.h> #include <qxembed.h> #include <dcopobject.h> @@ -120,6 +121,8 @@ private: int m_iconSize; bool m_showClockInTray; TQCheckBox *m_showClockSettingCB; + uint m_iconMargin; + TQSpinBox *m_iconMarginSB; TQGridLayout* m_layout; }; |