1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-04 17:30:55 +00:00

Add separator in Dolphin Status Bar

See https://invent.kde.org/plasma/breeze/-/merge_requests/390 for
explanation and screenshots
This commit is contained in:
Carl Schwan 2023-12-21 16:57:17 +01:00
parent 12e8dbe8c4
commit bcccdc60df

View File

@ -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);