GNOME Bugzilla – Bug 596803
Turn StBoxLayout:spacing into a style property
Last modified: 2009-10-01 19:34:32 UTC
Remove the StBoxLayout:spacing GObject property, and instead make BoxLayout look up the spacing from the CSS style. This makes it consistent with padding and will allow the use of units. (The removal of the GObject property entirely instead of making it an override is consistent with how we handle color, font, padding, etc.)
Created attachment 144336 [details] [review] Turn StBoxLayout:spacing into a style property
Review of attachment 144336 [details] [review]: LGTM
Attachment 144336 [details] pushed as 91eb613 - Turn StBoxLayout:spacing into a style property