diff options
| author | Peter Penz <[email protected]> | 2007-09-26 13:15:16 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-09-26 13:15:16 +0000 |
| commit | 89a12482f7b7bf75068b711f6c1f80c1211021b1 (patch) | |
| tree | a5bf8c0658ce297112b44bc2cd603c6afffd9304 /src/dolphindetailsview.h | |
| parent | 8df41dd0061fb92882aefe532bd762341df64072 (diff) | |
assure that the width of the name-column cannot get too small when decreasing the width of the viewport
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=717258
Diffstat (limited to 'src/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 1 |
1 files changed, 1 insertions, 0 deletions
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: /** |
