From 89a12482f7b7bf75068b711f6c1f80c1211021b1 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 26 Sep 2007 13:15:16 +0000 Subject: assure that the width of the name-column cannot get too small when decreasing the width of the viewport CCMAIL: ereslibre@gmail.com svn path=/trunk/KDE/kdebase/apps/; revision=717258 --- src/dolphindetailsview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphindetailsview.h') diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index dc79c31cc..862a49613 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -57,6 +57,7 @@ protected: virtual void dropEvent(QDropEvent* event); virtual void paintEvent(QPaintEvent* event); virtual void keyPressEvent(QKeyEvent* event); + virtual void resizeEvent(QResizeEvent* event); private slots: /** -- cgit v1.3.1