[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.0/kdelibs/kfile
From:       Rafael Fernández López <ereslibre () kde ! org>
Date:       2008-06-05 18:37:26
Message-ID: 1212691046.120005.8150.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 817313 by ereslibre:

Backport fix problem. Each time you opened the open/save dialog, the places widget \
increased its width by 10 pixels.


 M  +1 -1      kfilewidget.cpp  


--- branches/KDE/4.0/kdelibs/kfile/kfilewidget.cpp #817312:817313
@@ -1530,7 +1530,7 @@
     urlNavigator->setUrlEditable( !configGroup.readEntry(BreadcrumbNavigation, true) \
);  
     int w1 = q->minimumSize().width();
-    int w2 = toolbar->sizeHint().width() + 10;
+    int w2 = toolbar->sizeHint().width();
     if (w1 < w2)
         q->setMinimumWidth(w2);
 }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic