After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 676367 - actor: Add a custom scriptable "margin" property
actor: Add a custom scriptable "margin" property
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2012-05-19 12:40 UTC by Bastian Winkler
Modified: 2012-05-21 13:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
actor: Add a custom scriptable "margin" property (8.24 KB, patch)
2012-05-19 12:40 UTC, Bastian Winkler
committed Details | Review

Description Bastian Winkler 2012-05-19 12:40:31 UTC
The property uses an array with the following CSS style syntax

 [ top, right, bottom, left ] or
 [ top, left/right, bottom ] or
 [ top/bottom, left/right ] or
 [ top/right/bottom/left ]
Comment 1 Bastian Winkler 2012-05-19 12:40:33 UTC
Created attachment 214440 [details] [review]
actor: Add a custom scriptable "margin" property
Comment 2 Emmanuele Bassi (:ebassi) 2012-05-21 12:53:13 UTC
Review of attachment 214440 [details] [review]:

looks good. thanks for the unit test.
Comment 3 Bastian Winkler 2012-05-21 13:32:33 UTC
Attachment 214440 [details] pushed as aeea9ee - actor: Add a custom scriptable "margin" property