Version: (using KDE 4.3.2) OS: Linux Installed from: Fedora RPMs When you have some tabs expanded so that the vertical scroll is necessary, you can't get rid of the vertical one no matter how width the window is.
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...