GNOME Bugzilla – Bug 618482
[StThemeNode] Don't treat min-width and min-height as a fixed size
Last modified: 2010-05-13 17:15:07 UTC
I have no idea why there existed code that if we saw e.g. min-width without a width, we assigned min-width to ->width, thus effectively treating it as a maximum. Just delete that bit.
Created attachment 160928 [details] [review] [StThemeNode] Don't treat min-width and min-height as a fixed size
Review of attachment 160928 [details] [review]: Looks good to me - it's probably a good idea though to double-check with Dan and Owen who did the original review on bug 598651
(In reply to comment #2) > Looks good to me - it's probably a good idea though to double-check with Dan > and Owen who did the original review on bug 598651 rereading 598651, it looks like that was a behavior change between Steve's first and second patches, based on a misunderstanding of something Owen said, which I didn't catch when re-reviewing it. So yes, it should go.