Bug 166558 - Rebuild thumbnails warning window too small
Summary: Rebuild thumbnails warning window too small
Status: RESOLVED NOT A BUG
Alias: None
Product: Oxygen
Classification: Plasma
Component: general (show other bugs)
Version: 4.0
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Camilla Boemann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-14 19:18 UTC by Dotan Cohen
Modified: 2008-07-15 16:29 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Screenshot illustrating problem (137.33 KB, image/png)
2008-07-14 19:19 UTC, Dotan Cohen
Details
dialog (11.54 KB, image/png)
2008-07-14 21:22 UTC, Andi Clemens
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dotan Cohen 2008-07-14 19:18:35 UTC
Version:           SVN: Version 0.10.0-beta2 (rev.: 832007) (using KDE 4.0.83)

The popup window warning that rebuilding the thumbnails index is too small to contain the little bit of text it presents. The window should be taller to contain the text without a scrollbar.
Comment 1 Dotan Cohen 2008-07-14 19:19:04 UTC
Created attachment 26116 [details]
Screenshot illustrating problem
Comment 2 Andi Clemens 2008-07-14 21:22:37 UTC
Created attachment 26125 [details]
dialog

can not confirm this...
Comment 3 Dotan Cohen 2008-07-14 21:59:46 UTC
It may be a theme/style issue then. I will reassign to Oxygen, as I've seen other places where this occurs. I will add other non-Digikam screenshots to the bug as well.
Comment 4 caulier.gilles 2008-07-15 11:29:58 UTC
Dotan,

Re-assign only to Oxygen component is not enough. You need to set an email to Oxygen team to be sure than somebody will see the new bug assignement

Gilles Caulier
Comment 5 Camilla Boemann 2008-07-15 15:55:37 UTC
Actually this is a known Qt bug. And as you can see the font size can have an influence.(though is not the cause)

TT says it's not even a bug, because we simply can't calculate the textlayout ahead of time.
Comment 6 Dotan Cohen 2008-07-15 16:29:46 UTC
Thanks. I'm looking around the Trolltech Task Tracker for the relevant bug, but I cannot find it. I would like to add a feature request for calculating the dimensions to the nearest 50x50 pixels based upon text content and configured font size. Maybe the same mechanism that checks and add if necessary adds a scrollbar could check and if necessary increase width and height by 50x50, then recurse until a set maximum.