Bug 175252 - KMessageBox::warningContinueCancelList size too high and narrow
Summary: KMessageBox::warningContinueCancelList size too high and narrow
Status: RESOLVED FIXED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: kdeui (show other bugs)
Version: 4.1
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-15 21:55 UTC by Ivo Anjo
Modified: 2008-11-16 12:21 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Current default dialog size (19.68 KB, image/png)
2008-11-15 21:59 UTC, Ivo Anjo
Details
"Expected" dialog size (19.78 KB, image/png)
2008-11-15 22:00 UTC, Ivo Anjo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivo Anjo 2008-11-15 21:55:55 UTC
Version:            (using KDE 4.1.3)
OS:                Linux
Installed from:    SuSE RPMs

Dolphin uses KMessageBox::warningContinueCancelList for confirming deletions, but the dialog normally is too high and not enough wide, so you end up having to scroll vertically.
Comment 1 Ivo Anjo 2008-11-15 21:59:49 UTC
Created attachment 28595 [details]
Current default dialog size
Comment 2 Ivo Anjo 2008-11-15 22:00:11 UTC
Created attachment 28596 [details]
"Expected" dialog size
Comment 3 Urs Wolfer 2008-11-16 12:21:54 UTC
SVN commit 884939 by uwolfer:

Set reasonable width of the list widget for KMessageBox::warningContinueCancelList. Show whole lines; except a line is bigger than half width of the current screen.
BUG:175252

 M  +17 -1     kmessagebox.cpp  


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