From: Peter Penz Date: Fri, 18 May 2007 23:42:17 +0000 (+0000) Subject: although not required at the moment, this alignment makes sense with the improved... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/dbb240ff7ccfbaf7ed98e9be5adb830b99430d0f?ds=inline although not required at the moment, this alignment makes sense with the improved KFileItemDelegate implementation from Fredrik (hope Fredrik commits on Monday :-)) svn path=/trunk/KDE/kdebase/apps/; revision=666163 --- diff --git a/src/dolphiniconsview.cpp b/src/dolphiniconsview.cpp index f8d149b56..73b631390 100644 --- a/src/dolphiniconsview.cpp +++ b/src/dolphiniconsview.cpp @@ -86,6 +86,7 @@ DolphinIconsView::DolphinIconsView(QWidget* parent, DolphinController* controlle } else { setFlow(QListView::TopToBottom); m_viewOptions.decorationPosition = QStyleOptionViewItem::Left; + m_viewOptions.displayAlignment = Qt::AlignLeft | Qt::AlignVCenter; } }