Bug 263994 - Left-hand side bar too big and cannot be made smaller
Summary: Left-hand side bar too big and cannot be made smaller
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Faces-Detection (show other bugs)
Version: 2.0.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-22 18:31 UTC by Milan Knížek
Modified: 2012-06-27 10:23 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 2.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Knížek 2011-01-22 18:31:59 UTC
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.
Comment 1 caulier.gilles 2011-01-22 19:49:45 UTC
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
Comment 2 Gabriel Voicu 2011-01-22 20:23:42 UTC
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
>
Comment 3 Michael G. Hansen 2011-01-24 17:30:26 UTC
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
Comment 4 Milan Knížek 2011-01-24 19:18:09 UTC
It is okay now. Thanks.