Bug 54970

Summary: settings are not remembered, separate directories not visible/displayed
Product: [Frameworks and Libraries] kio Reporter: Ferdinand Gassauer <gassauer>
Component: kfileAssignee: Carsten Pfeiffer <pfeiffer>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ferdinand Gassauer 2003-02-21 15:00:02 UTC
Version:            (using KDE 3.1.0)
Installed from:    compiled sources
Compiler:          gcc version 2.95.2 19991024 (release)
OS:          Linux (i686) release 2.2.19

Hi
if "separate directories" is checked, the direcories are displayed in a 0 width box i.e they are not visible.
widening this box is not remembered for the next call.

IMHO a 0 width for separate directories does not make sense, even if the user chooses to squeeze the display width to 0. the next time he/she calls kfile, she/he will not remember this and complain about not displayed directories.
cu
ferdinand
Comment 1 Carsten Pfeiffer 2003-03-03 12:52:54 UTC
Subject: kdelibs/kio/kfile

CVS commit by pfeiffer: 

fix setMaxItemWidth() regression
CCMAIL: 54970-close@bugs.kde.org


  M +2 -1      kcombiview.cpp   1.58


--- kdelibs/kio/kfile/kcombiview.cpp  #1.57:1.58
@@ -49,4 +49,5 @@ KCombiView::KCombiView( QWidget *parent,
 {
     left = new KFileIconView( this, "left" );
+    left->setGridX( 160 );
     left->KFileView::setViewMode( Directories );
     left->setArrangement( QIconView::LeftToRight );