From bddf4391243f9e7d929a8cc9262f5125f58fb9d6 Mon Sep 17 00:00:00 2001 From: Eugene Popov Date: Wed, 20 Mar 2024 23:50:23 +0200 Subject: [PATCH] Avoid wrapping text in the status bar The size of the status bar isn't intended to display multiline text. --- src/statusbar/dolphinstatusbar.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/statusbar/dolphinstatusbar.cpp b/src/statusbar/dolphinstatusbar.cpp index 8e7ee55867..50f4cd3ea5 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