[Xfce4-commits] [apps/xfdashboard] 09/10: Make properties 'margin-top', 'margin-bottom', 'margin-left' and 'margin-right' of ClutterActor themable via XfdashboardActor

noreply at xfce.org noreply at xfce.org
Thu Jul 28 16:52:54 CEST 2016


This is an automated email from the git hooks/post-receive script.

nomad pushed a commit to branch master
in repository apps/xfdashboard.

commit f30963f7f6420fcb4d37f84a8f3177772967f9df
Author: Stephan Haller <nomad at froevel.de>
Date:   Mon Jul 25 14:03:23 2016 +0200

    Make properties 'margin-top', 'margin-bottom', 'margin-left' and 'margin-right' of ClutterActor themable via XfdashboardActor
---
 libxfdashboard/actor.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/libxfdashboard/actor.c b/libxfdashboard/actor.c
index ee4b76c..e4e9279 100644
--- a/libxfdashboard/actor.c
+++ b/libxfdashboard/actor.c
@@ -998,6 +998,10 @@ void xfdashboard_actor_class_init(XfdashboardActorClass *klass)
 	xfdashboard_actor_install_stylable_property_by_name(klass, "y-expand");
 	xfdashboard_actor_install_stylable_property_by_name(klass, "x-align");
 	xfdashboard_actor_install_stylable_property_by_name(klass, "y-align");
+	xfdashboard_actor_install_stylable_property_by_name(klass, "margin-top");
+	xfdashboard_actor_install_stylable_property_by_name(klass, "margin-bottom");
+	xfdashboard_actor_install_stylable_property_by_name(klass, "margin-left");
+	xfdashboard_actor_install_stylable_property_by_name(klass, "margin-right");
 }
 
 /* Object initialization

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list