diff options
| author | Peter Penz <[email protected]> | 2007-10-16 22:24:52 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-10-16 22:24:52 +0000 |
| commit | 88f17ca75add13baf3ac633e57865136deba02cc (patch) | |
| tree | a346d7c4b4b04f4aa7ecc09f1d876dcee6c361ef /src/dolphindetailsview.cpp | |
| parent | d67de9dfef9a9e317c0b1b11014e80c95793bb5a (diff) | |
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: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=726042
Diffstat (limited to 'src/dolphindetailsview.cpp')
| -rw-r--r-- | src/dolphindetailsview.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp index 8e8eec2ec..57d5eb81c 100644 --- a/src/dolphindetailsview.cpp +++ b/src/dolphindetailsview.cpp @@ -120,6 +120,8 @@ DolphinDetailsView::DolphinDetailsView(QWidget* parent, DolphinController* contr #endif updateDecorationSize(); + + setFocus(); } DolphinDetailsView::~DolphinDetailsView() |
