[Xfce4-commits] [apps/xfdashboard] 03/06: Fix actors of applications view filling whole horizontal space
noreply at xfce.org
noreply at xfce.org
Tue Feb 9 07:49:45 CET 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 ac8d1f0875edf24ff06c7c2d6e9e73a7695e6217
Author: Stephan Haller <nomad at froevel.de>
Date: Mon Feb 8 20:47:55 2016 +0100
Fix actors of applications view filling whole horizontal space
---
xfdashboard/applications-view.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xfdashboard/applications-view.c b/xfdashboard/applications-view.c
index 3863df7..af85501 100644
--- a/xfdashboard/applications-view.c
+++ b/xfdashboard/applications-view.c
@@ -119,8 +119,8 @@ static void _xfdashboard_applications_view_setup_actor_for_view_mode(Xfdashboard
{
clutter_actor_set_x_expand(inActor, TRUE);
clutter_actor_set_y_expand(inActor, TRUE);
- clutter_actor_set_x_align(inActor, CLUTTER_ACTOR_ALIGN_START);
- clutter_actor_set_y_align(inActor, CLUTTER_ACTOR_ALIGN_START);
+ clutter_actor_set_x_align(inActor, CLUTTER_ACTOR_ALIGN_FILL);
+ clutter_actor_set_y_align(inActor, CLUTTER_ACTOR_ALIGN_FILL);
if(XFDASHBOARD_IS_STYLABLE(inActor)) xfdashboard_stylable_add_class(XFDASHBOARD_STYLABLE(inActor), "view-mode-list");
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list