┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/statusbar/dolphinstatusbar.h
diff options
context:
space:
mode:
authorFrank Reininghaus <[email protected]>2013-06-18 17:46:51 +0200
committerFrank Reininghaus <[email protected]>2013-06-18 17:46:51 +0200
commit030acf4f1188e392a43b6cd398628085470e4cfe (patch)
treec8105757d601f6da7ddbdcdc7a86adbb84782819 /src/statusbar/dolphinstatusbar.h
parentbc9f7b852764b8a7c2e1c0432ec1d8446f661953 (diff)
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
Diffstat (limited to 'src/statusbar/dolphinstatusbar.h')
-rw-r--r--src/statusbar/dolphinstatusbar.h2
1 files changed, 0 insertions, 2 deletions
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;