svn path=/trunk/KDE/kdebase/apps/; revision=717263
if (useFixedWidth) {
// the current width of the name-column is too small, hence
// use a fixed size
if (useFixedWidth) {
// the current width of the name-column is too small, hence
// use a fixed size
- headerView->setResizeMode(QHeaderView::Interactive);
+ headerView->setResizeMode(QHeaderView::Fixed);
headerView->setResizeMode(0, QHeaderView::Fixed);
headerView->resizeSection(KDirModel::Name, minWidth);
} else if (headerView->resizeMode(0) != QHeaderView::Stretch) {
headerView->setResizeMode(0, QHeaderView::Fixed);
headerView->resizeSection(KDirModel::Name, minWidth);
} else if (headerView->resizeMode(0) != QHeaderView::Stretch) {