From 030acf4f1188e392a43b6cd398628085470e4cfe Mon Sep 17 00:00:00 2001 From: Frank Reininghaus Date: Tue, 18 Jun 2013 17:46:51 +0200 Subject: Do not use fixed widths for the widgets in the status bar This fixes the problem that the Dolphin window has a rather large minimum size. A side effect of this was that splitting the view could resize the window (because twice the minimum status bar width was needed then). BUG: 319373 REVIEW: 110966 FIXED-IN: 4.10.5 --- src/statusbar/dolphinstatusbar.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/statusbar/dolphinstatusbar.h') diff --git a/src/statusbar/dolphinstatusbar.h b/src/statusbar/dolphinstatusbar.h index d7e37f584..b2afe2eb9 100644 --- a/src/statusbar/dolphinstatusbar.h +++ b/src/statusbar/dolphinstatusbar.h @@ -137,8 +137,6 @@ private: */ void updateZoomSliderToolTip(int zoomLevel); - void applyFixedWidgetSize(QWidget* widget, const QSize& size); - private: QString m_text; QString m_defaultText; -- cgit v1.3.1