GNOME Bugzilla – Bug 746902
st-theme-node: Unconditionally apply style margins on the actor
Last modified: 2015-03-27 17:07:45 UTC
We currently don't have any code either in gnome-shell or gnome-shell-extensions setting margins directly with the Clutter API. On the other hand, the current behavior doesn't allow us to remove a style class with margins and have that be reflected, so removing this special casing seems like the right thing to do at this point.
Created attachment 300477 [details] [review] st-theme-node: Unconditionally apply style margins on the actor
Review of attachment 300477 [details] [review]: ::: src/st/st-theme-node.c @@ +1674,2 @@ if (left) { Braces no longer necessary (not that they hurt of course ...)
Removed the braces before pushing, thanks Attachment 300477 [details] pushed as 216e996 - st-theme-node: Unconditionally apply style margins on the actor