From 5194a032ac75194c67199a8dc2c0edc526f04df1 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 30 Dec 2008 14:32:45 +0000 Subject: optimize the grid size of the icons view to prevent having gaps on the right border (= row arrangement) or on the bottom border (= column arrangement) svn path=/trunk/KDE/kdebase/apps/; revision=903417 --- src/dolphiniconsview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphiniconsview.h') diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index 28d0830fe..cc21e9aad 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -68,6 +68,7 @@ protected: virtual void showEvent(QShowEvent* event); virtual void leaveEvent(QEvent* event); virtual void currentChanged(const QModelIndex& current, const QModelIndex& previous); + virtual void resizeEvent(QResizeEvent* event); private slots: void slotShowPreviewChanged(); -- cgit v1.3.1