]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/statusbar/dolphinstatusbar.cpp
Reduce status bar minimum width
[dolphin.git] / src / statusbar / dolphinstatusbar.cpp
index 9bc6210dc5f468cc0d3f8afa79928e6951674627..22e80b39e9f2d802ac083904b6c3c9c62642b5eb 100644 (file)
@@ -52,7 +52,7 @@ DolphinStatusBar::DolphinStatusBar(QWidget *parent)
     m_label->setTextFormat(Qt::PlainText);
 
     // Initialize zoom slider's explanatory label
-    m_zoomLabel = new QLabel(i18nc("Used as a noun, i.e. 'Here is the zoom level:'", "Zoom:"), this);
+    m_zoomLabel = new KSqueezedTextLabel(i18nc("Used as a noun, i.e. 'Here is the zoom level:'", "Zoom:"), this);
 
     // Initialize zoom widget
     m_zoomSlider = new QSlider(Qt::Horizontal, this);