┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Schwan <[email protected]>2023-12-21 16:57:17 +0100
committerCarl Schwan <[email protected]>2023-12-28 21:51:34 +0000
commitbcccdc60df12b565f3dd142e4471dbe4329cafde (patch)
tree4b9170e5b1e7fd4de13748cbd124297a2b82d19e /src
parent12e8dbe8c4d9919204a64111db90161d6cad35e4 (diff)
Add separator in Dolphin Status Bar
See https://invent.kde.org/plasma/breeze/-/merge_requests/390 for explanation and screenshots
Diffstat (limited to 'src')
-rw-r--r--src/statusbar/dolphinstatusbar.cpp1
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);