diff options
| author | Carl Schwan <[email protected]> | 2023-12-21 16:57:17 +0100 |
|---|---|---|
| committer | Carl Schwan <[email protected]> | 2023-12-28 21:51:34 +0000 |
| commit | bcccdc60df12b565f3dd142e4471dbe4329cafde (patch) | |
| tree | 4b9170e5b1e7fd4de13748cbd124297a2b82d19e | |
| parent | 12e8dbe8c4d9919204a64111db90161d6cad35e4 (diff) | |
Add separator in Dolphin Status Bar
See https://invent.kde.org/plasma/breeze/-/merge_requests/390 for
explanation and screenshots
| -rw-r--r-- | src/statusbar/dolphinstatusbar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/statusbar/dolphinstatusbar.cpp b/src/statusbar/dolphinstatusbar.cpp index 22e80b39e..9ea0ae5aa 100644 --- a/src/statusbar/dolphinstatusbar.cpp +++ b/src/statusbar/dolphinstatusbar.cpp @@ -46,6 +46,7 @@ DolphinStatusBar::DolphinStatusBar(QWidget *parent) , m_delayUpdateTimer(nullptr) , m_textTimestamp() { + setProperty("_breeze_statusbar_separator", true); // Initialize text label m_label = new KSqueezedTextLabel(m_text, this); m_label->setWordWrap(true); |
