1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-02 16:31:23 +00:00

Avoid wrapping text in the status bar

The size of the status bar isn't intended to display multiline text.
This commit is contained in:
Eugene Popov 2024-03-20 23:50:23 +02:00 committed by Felix Ernst
parent b3ac8d783b
commit bddf439124

View File

@ -52,7 +52,6 @@ DolphinStatusBar::DolphinStatusBar(QWidget *parent)
// Initialize text label
m_label = new KSqueezedTextLabel(m_text, contentsContainer);
m_label->setWordWrap(true);
m_label->setTextFormat(Qt::PlainText);
// Initialize zoom slider's explanatory label