Version: (using Devel) OS: Linux Installed from: Compiled sources I'm using kde 4.2rc1 and i'm experiencing some problems with the plasma meter: put a Plasma::Meter and an other QGraphicsWidget in a layout in two different rows or columns, and set two different stretch factors to the two rows or columns. It simply won't work. I tried putting an other widget in an other row or column and setting an other stretch factor. The two rows or columns with the widgets in them will resize themselves according to the stretches but the meter's size will remain always fixed. This happens even when calling layout->setRowMaximumHeight(rowWithTheMeter, height) or the correspondig method for the column. The meter will simply stay as it was without calling that. But calling meter->setMaximumHeight, e.g., works, so I'm not completely sure this is a Plasma::Meter bug, but maybe you can understand where is the problem.
Does this still happens with KDESC 4.4 beta 2? If it is still there, could you also attach a screenshot of the problem ?
Waiting for feedback
Created attachment 39823 [details] screenshot
This seems to happen still now: Look at the screenshot: i set for the first row (the one with the labels) a stretch factor of 10, and for the row with the meter a factor of 1. but the meter ignores this and it is much bugger than the labels.
Thanks
SVN commit 1125260 by aseigo: don't set the size policy to be fixed BUG:181241 M +1 -1 meter.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1125260