diff options
| author | Peter Penz <[email protected]> | 2008-03-20 16:58:59 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-03-20 16:58:59 +0000 |
| commit | a8ada5e6857d6dec25edf8ef57af9f27a91471c1 (patch) | |
| tree | cd76cdcbae8e02405c9d4fb768d51b04384109d6 /src/CMakeLists.txt | |
| parent | f738a9ff2ba3a71a6015d388c835ffa7c7e0be02 (diff) | |
QListView does not support having a margin for grids. Originally it has been tried to bypass this by overwriting QListView::visualRect(), but this has some side effects (see #155378 and #155575). The clean approach is to return a proper size hint in the file item delegate.
Currently a custom item delegate has been made for Dolphin, but we'll discuss whether it makes sense providing this feature already in KFileItemDelegate...
BUG: 155378
BUG: 155575
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=788095
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index fcecacd44..6af8fc9f3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -18,6 +18,7 @@ set(dolphinprivate_LIB_SRCS dolphincolumnview.cpp dolphincolumnwidget.cpp dolphindropcontroller.cpp + dolphinfileitemdelegate.cpp dolphinsortfilterproxymodel.cpp draganddrophelper.cpp dolphinmodel.cpp |
