Bug 128090 - delete dialog is too small to display file names
Summary: delete dialog is too small to display file names
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-26 20:41 UTC by Marcel Partap
Modified: 2009-04-27 11:33 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Screenshot of too small dialog box (24.27 KB, image/png)
2008-10-18 20:07 UTC, Per Ångström
Details
increase the maximum width of messageboxes to 80% of screen width. (1.66 KB, patch)
2009-02-08 23:14 UTC, Marcel Partap
Details
example deletion box with long file names.. (52.96 KB, image/png)
2009-03-17 21:59 UTC, Marcel Partap
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel Partap 2006-05-26 20:41:19 UTC
Version:           3.5.2 (using KDE 3.5.2, Gentoo)
Compiler:          Target: x86_64-pc-linux-gnu
OS:                Linux (x86_64) release 2.6.16-gentoo-r3

ok it could be argued if bigger equals better, but imho it's stupid to not resize the dialog to display all files and full file names if possible... make it resize the dialog up to 75% of screen width/height or so, that should be fine(r) ;)
Comment 1 Per Ångström 2008-10-18 20:06:32 UTC
In KDE 4.1.2 the Delete Files dialog is still too small, so to be able to see what files I'm about to delete I have to resize it, every time. Most annoying!
Comment 2 Per Ångström 2008-10-18 20:07:34 UTC
Created attachment 28008 [details]
Screenshot of too small dialog box
Comment 3 Marcel Partap 2009-02-08 23:14:55 UTC
Created attachment 31134 [details]
increase the maximum width of messageboxes to 80% of screen width.

Just testing it on trunk this has improved, the dialog width adapts now to the content that is to be displayed - but maximum is capped at 50% of screen width without good reason. This patch lets the dialog expand to take up to 80% of screen width - certainly better a wide dialog than the need to scroll to see all information.
Comment 4 Marcel Partap 2009-03-17 21:59:50 UTC
Created attachment 32214 [details]
example deletion box with long file names..

Running the posted patch since a month with no problems, looks mcuh better now ;)
Comment 5 Marcel Partap 2009-04-27 11:33:57 UTC
SVN commit 959810 by mpartap:

make kmessageboxes expand up to 85% of screen width (instead of 50%)
BUG: 128090
BUG: 179294


 M  +7 -6      kmessagebox.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=959810