diff options
| author | Eugene Popov <[email protected]> | 2024-03-20 23:50:23 +0200 |
|---|---|---|
| committer | Felix Ernst <[email protected]> | 2024-03-23 21:02:24 +0000 |
| commit | bddf4391243f9e7d929a8cc9262f5125f58fb9d6 (patch) | |
| tree | 68b98ba8555ed023e819431f8fcd873908b036d7 /src | |
| parent | b3ac8d783bd2df15014b848657fbe601e7575f38 (diff) | |
Avoid wrapping text in the status bar
The size of the status bar isn't intended to display multiline text.
Diffstat (limited to 'src')
| -rw-r--r-- | src/statusbar/dolphinstatusbar.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
