From 88f17ca75add13baf3ac633e57865136deba02cc Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 16 Oct 2007 22:24:52 +0000 Subject: polish look of column view: - don't show a focused border above all columns - provide a small gap between the columns - assure that the background of inactive columns works well with more complex styles like Oxygen CCMAIL: cbr@boemann.dk svn path=/trunk/KDE/kdebase/apps/; revision=726042 --- src/dolphincolumnview.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dolphincolumnview.h') diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 95a16a80d..b12c5d82d 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -31,6 +31,7 @@ class DolphinColumnWidget; class DolphinController; class DolphinModel; class QAbstractProxyModel; +class QFrame; class QTimeLine; /** @@ -169,6 +170,7 @@ private: int m_index; int m_contentX; QList m_columns; + QFrame* m_emptyViewport; QTimeLine* m_animation; friend class DolphinColumnWidget; -- cgit v1.3.1