Bug 163456 - open file dialog has fixed min width > 1024
Summary: open file dialog has fixed min width > 1024
Status: RESOLVED FIXED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: kdecore (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
: 115380 163728 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-06-07 14:49 UTC by Cyrill Helg
Modified: 2009-08-27 04:19 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cyrill Helg 2008-06-07 14:49:18 UTC
Version:            (using 4.00.81 (KDE 4.0.81 >= 20080527), Gentoo)
Compiler:          i686-pc-linux-gnu-gcc
OS:                Linux (i686) release 2.6.24-zen4-IBM-T43

The open file dialog (eg. kate, kwrite or kdevelop) has a fixed minimal width. I can't make it smaller in its width. Its really annoying as on a scree with 1024 width I can't see the whole dialog.
Comment 1 Rafael Fernández López 2008-06-07 18:29:37 UTC
SVN commit 818078 by ereslibre:

Fix bug of big comboboxes width in a proper way. setMinimumWidth() does not seem to be the best solution. This also removes two hardcoded values, they were reasonable, but still hardcoded. Now it is
working here, please Cyrill, can you check it out ?

BUG: 163456


 M  +8 -6      kfilewidget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=818078
Comment 2 Cyrill Helg 2008-06-07 18:53:28 UTC
yes on monday :) thanks
Comment 3 Cyrill Helg 2008-06-09 22:20:43 UTC
Its not fixed here sorry.
Comment 4 Cyrill Helg 2008-06-09 22:21:09 UTC
reopen...
Comment 5 Rafael Fernández López 2008-06-10 00:49:27 UTC
Please try with a clean home dir (a new user for example).
Comment 6 Rafael Fernández López 2008-06-10 01:39:21 UTC
SVN commit 818905 by ereslibre:

Also fix the minimum size of the top widget. This makes the widget unusable if we have small screen resolutions and very large strings.

BUG: 163456


 M  +1 -1      kurlnavigator.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=818905
Comment 7 Rafael Fernández López 2008-06-10 21:04:19 UTC
*** Bug 163728 has been marked as a duplicate of this bug. ***
Comment 8 Cyrill Helg 2008-06-12 22:18:20 UTC
its fixed, thanks!
Comment 9 Christoph Feck 2009-08-27 04:19:37 UTC
*** Bug 115380 has been marked as a duplicate of this bug. ***