GNOME Bugzilla – Bug 628808
Warn if a widget requests minimum size > natural size
Last modified: 2010-09-06 01:47:36 UTC
If a widget is requesting something silly (natural size smaller than min size) we should whine about it.
Created attachment 169502 [details] [review] Warn if a widget requests minimum size > natural size Since this makes no sense and there's no reason we should have to check for it elsewhere just in case some widget is busted.
Thanks, committed.