[rhythmbox] task-list-display: center align the progress bar



commit 005dbc1765ae9c35a01327afb09764bc3bb6a875
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sun Aug 24 16:54:57 2014 +1000

    task-list-display: center align the progress bar

 widgets/rb-task-list-display.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/widgets/rb-task-list-display.c b/widgets/rb-task-list-display.c
index 465b43c..c986332 100644
--- a/widgets/rb-task-list-display.c
+++ b/widgets/rb-task-list-display.c
@@ -118,7 +118,7 @@ task_list_changed_cb (RBListModel *model, int position, int removed, int added,
 
                w = gtk_progress_bar_new ();
                g_object_bind_property (task, "task-progress", w, "fraction", G_BINDING_SYNC_CREATE);
-               g_object_set (w, "hexpand", TRUE, NULL);
+               g_object_set (w, "hexpand", TRUE, "valign", GTK_ALIGN_CENTER, NULL);
                gtk_grid_attach (GTK_GRID (tw), w, 2, 0, 1, 1);
 
                /* pause/resume button? */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]