Comment 1 for bug 1434865

Revision history for this message
Daniel Schürmann (daschuer) wrote :

Copying the GitHub message:

So the problem is if there's a layout like:
[text wlabel][some other expanding widget]

The width() call is wrong... if the text could fill up available space it doesn't and I get:
[text wlab...][ some other expanding widget]

instead of:
[text wlabel in all its long glory][ some other expanding widget]

I can rework LateNight to not use expanding widgets, but I'm going to put in a TODO and file a bug