From: Eugene Popov Date: Wed, 20 Mar 2024 21:50:23 +0000 (+0200) Subject: Avoid wrapping text in the status bar X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/bddf4391243f9e7d929a8cc9262f5125f58fb9d6 Avoid wrapping text in the status bar The size of the status bar isn't intended to display multiline text. --- diff --git a/src/statusbar/dolphinstatusbar.cpp b/src/statusbar/dolphinstatusbar.cpp index 8e7ee5586..50f4cd3ea 100644 --- a/src/statusbar/dolphinstatusbar.cpp +++ b/src/statusbar/dolphinstatusbar.cpp @@ -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