From bcccdc60df12b565f3dd142e4471dbe4329cafde Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 21 Dec 2023 16:57:17 +0100 Subject: [PATCH] Add separator in Dolphin Status Bar See https://invent.kde.org/plasma/breeze/-/merge_requests/390 for explanation and screenshots --- src/statusbar/dolphinstatusbar.cpp | 1 + 1 file changed, 1 insertion(+) 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); -- 2.47.3