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.
Created attachment 26116 [details] Screenshot illustrating problem
Created attachment 26125 [details] dialog can not confirm this...
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.
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
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.
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.