Summary: | delete dialog is too small to display file names | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Marcel Partap <mpartap> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | per.angstrom |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Screenshot of too small dialog box
increase the maximum width of messageboxes to 80% of screen width. example deletion box with long file names.. |
Description
Marcel Partap
2006-05-26 20:41:19 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! Created attachment 28008 [details]
Screenshot of too small dialog box
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.
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 ;)
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 |