diff options
| author | Alexander Golubev <fatzer2@gmail.com> | 2025-10-20 08:10:00 +0300 |
|---|---|---|
| committer | Alexander Golubev <fatzer2@gmail.com> | 2025-10-24 03:56:26 +0300 |
| commit | e548851937dfe8266241a76d6a4e9d4fa2451db6 (patch) | |
| tree | 687e8db64b4964ab9d49346ddeee48624d02e148 /kicker/applets/systemtray/systemtrayapplet.h | |
| parent | d628b68739eacbc99a73462499861f526f67f2af (diff) | |
| download | tdebase-e5488519.tar.gz tdebase-e5488519.zip | |
kicker: change the internal layout of systray
This makes clocks embedded into systray unaffected by systray's margin
value.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit f16cd594575b198df8451431951960677dd81b66)
Diffstat (limited to 'kicker/applets/systemtray/systemtrayapplet.h')
| -rw-r--r-- | kicker/applets/systemtray/systemtrayapplet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/applets/systemtray/systemtrayapplet.h b/kicker/applets/systemtray/systemtrayapplet.h index 581cd10b0..26a02de1c 100644 --- a/kicker/applets/systemtray/systemtrayapplet.h +++ b/kicker/applets/systemtray/systemtrayapplet.h @@ -124,7 +124,7 @@ private: TQSpinBox *m_iconMarginSB; int m_iconSpacing; TQSpinBox *m_iconSpacingSB; - TQGridLayout* m_layout; + TQLayout* m_layout; }; class TrayEmbed : public QXEmbed |
