On Wednesday 08 October 2008 14:00:42 Sebastian Kügler wrote:
> On Wednesday 08 October 2008 12:11:59 Marco Martin wrote:
> > it's definitely some applet with the wrong maximum size,
> > does this happen with tasks-refactor?
>
> With both, the version from trunk as well as tasks-refactor. I'm also not
> sure if too small applets can screw up, they shouldn't stop other applets
> from growing just not filling their own space in the layout, no?

I've just found out that removing the battery applet makes things work again. 
(Might explain why some people cannot reproduce, the applet is added 
conditionally.)

I've had a look at it, sticking a kDebug() into the constraintsEvent function 
show that when making the panel bigger, this doesn't get triggered:

void Battery::constraintsEvent(Plasma::Constraints constraints)
{
    if (constraints & (Plasma::FormFactorConstraint | Plasma::SizeConstraint))  
{
        kDebug() << "SizeConstraint | FormFactorConstraint";

Not sure if the problem is in the batteryapplet, it should get those hints in 
any case... Have some other changes that might affect this gone in lately? 
Maybe some other explanation for this?
-- 
sebas

 http://www.kde.org | http://vizZzion.org |  GPG Key ID: 9119 0EF9 

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to