Summary: | Raw batch converter can't get rid of scroll bar | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Bartek Pietrasiak <pietras.sp> |
Component: | BatchQueueManager-RAWProcessing | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | caulier.gilles, tschenser |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.0.0 | |
Sentry Crash Report: |
Description
Bartek Pietrasiak
2009-10-23 11:46:03 UTC
What's the problem exactly ? Can you take a screenshot ? Gilles Caulier The RExpander box is always too small, we need a splitter or wider right sidebar... 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 Jens, Your patch in editortoolssettings must be backported to kipi raw converter. settings widget come from libkdcraw. Gilles Caulier Gilles, yes you are right and as you mentioned the place is http://lxr.kde.org/source/KDE/kdegraphics/libs/libkdcraw/libkdcraw/dcrawsettingswidget.cpp#648s But do you know how to get the standard height of a scrollbar without a instance? Jens Bartek, This file still valid using kipi-plugins 2.4 ? Gilles Caulier Bartek, This file still valid using last kipi-plugins 4.10.0 ? Gilles Caulier New Kipiplugins 4.11.0 is available : https://www.digikam.org/node/740 Can you reproduce the problem with this release ? Gilles Caulier RawConverter is not maintained since a while and is obsolete now. It will be removed with 5.0.0. Use digiKam BQM instead... |