From 28f00f36d74572510aee58111f1a9f884e148f6b Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 2 Feb 2011 17:30:25 +0100 Subject: Provide a default size-hint for all panels This fixes the issue that the initial size of the Filter Panel is too small. --- src/panels/panel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/panels/panel.h') diff --git a/src/panels/panel.h b/src/panels/panel.h index 83ed3da3b..2e8d46e40 100644 --- a/src/panels/panel.h +++ b/src/panels/panel.h @@ -50,6 +50,9 @@ public: void setCustomContextMenuActions(const QList& actions); QList customContextMenuActions() const; + /** @see QWidget::sizeHint() */ + virtual QSize sizeHint() const; + public slots: /** * This is invoked every time the folder being displayed in the -- cgit v1.3