Version: 2.0.0 (using KDE 4.5.5) OS: Linux In digiKam 2.0.0 (trunk) it is impossible to make the left-hand side bar (album, search, face detection, ...) narrower than cca 490 pixels. Reproducible: Always Steps to Reproduce: Try to drag the handle at the border of the side bar panel left and right. Actual Results: The side bar width cannot be set narrower than cca 490 px. Expected Results: The minimal width should be some smaller number, say 345 px. The right-hand side bar has minimal width of cca 345 px, which is okay.
This is due to minimal size of Geolocation widget which is too large. The tool button provided by this widget must be divided into 2 parts to fix this problem. I know that Michael or Gabriel are aware about this problem... Gilles Caulier
Yes, I will fix this at the beginning of february, when I finish my exams. I will also finish my other tasks then. Sorry for the delay. On Sat, Jan 22, 2011 at 8:49 PM, Gilles Caulier <caulier.gilles@gmail.com>wrote: > https://bugs.kde.org/show_bug.cgi?id=263994 > > > Gilles Caulier <caulier.gilles@gmail.com> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > CC| |caulier.gilles@gmail.com > Component|Albums GUI |libkface > > > > > --- Comment #1 from Gilles Caulier <caulier gilles gmail com> 2011-01-22 > 19:49:45 --- > This is due to minimal size of Geolocation widget which is too large. The > tool > button provided by this widget must be divided into 2 parts to fix this > problem. > > I know that Michael or Gabriel are aware about this problem... > > Gilles Caulier > > -- > Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email > ------- You are receiving this mail because: ------- > You are the assignee for the bug. > _______________________________________________ > Digikam-devel mailing list > Digikam-devel@kde.org > https://mail.kde.org/mailman/listinfo/digikam-devel >
SVN commit 1216766 by mghansen: Move the region selection actions to a second row. At the coding sprint, we favored text over icons for the new buttons, but that can still be done later. CCBUG: 263994 M +41 -2 core/utilities/gpssearch/gpssearchview.cpp M +12 -1 extra/libkmap/libkmap/kmap_widget.cpp U extra/libkmap/libkmap/kmap_widget.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1216766
It is okay now. Thanks.