GNOME Bugzilla – Bug 703811
checkBox: Remove height-for-width hack
Last modified: 2013-08-20 06:41:32 UTC
height-for-width now works properly with ClutterBoxLayout.
Created attachment 248647 [details] [review] checkBox: Remove height-for-width hack With the move to ClutterBoxLayout, height-for-width should now work properly, so remove this old hack.
Review of attachment 248647 [details] [review]: Nice.
Created attachment 248935 [details] [review] checkBox: Remove custom container implementation The only point of using a custom container here was to prevent StBoxLayout from enforcing the wrong request mode based on the orientation. With that issue fixed, we can simplify the checkbox widget significantly.
Review of attachment 248935 [details] [review]: OK.
Attachment 248647 [details] pushed as c5dfc43 - checkBox: Remove height-for-width hack Attachment 248935 [details] pushed as 777189d - checkBox: Remove custom container implementation