Bug 211814 - Raw import tool: annoying scrollbar
Summary: Raw import tool: annoying scrollbar
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-RawImport-Native (show other bugs)
Version: 1.0.0
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-25 18:49 UTC by Bartek Pietrasiak
Modified: 2022-01-26 04:23 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 1.1.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Pietrasiak 2009-10-25 18:49:34 UTC
Version:           rev.: 1039758 (using KDE 4.3.2)
OS:                Linux
Installed from:    Fedora RPMs

The width of the raw import tool tab seems to be constant. Can you add a few px to the width so that the vertical scroll is not visible by default? (or save the value after resizing by the user)
Comment 1 Marcel Wiesweg 2009-12-19 16:33:05 UTC
No scroll bar here, even with German translation (more width than English)
Comment 2 Jens Mueller 2010-01-28 22:12:35 UTC
SVN commit 1081612 by jmueller:

As some tools need more space than vertically available in settings widget they get a vertical scollbar. The vertical scrollbar instantly introduces a horizontal scrollbar as the widget content do not fit into space any more. This patch adds the height of a scrollbar to minimumSizeHint()'s width so there is always enough width to display widget content and scrollbar.

BUGS: 211814
CCBUGS: 211524, 221989

 M  +2 -1      NEWS  
 M  +3 -1      utilities/imageeditor/editor/editortoolsettings.cpp  


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