[gnome-software] trivial: Align the star ratings widget to the top of the panel



commit 265f954a7a080a95986db77733400295ab97528a
Author: Richard Hughes <richard hughsie com>
Date:   Fri Oct 11 21:49:32 2013 +0100

    trivial: Align the star ratings widget to the top of the panel

 src/gs-shell-details.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-shell-details.c b/src/gs-shell-details.c
index 3451d29..8baa0b8 100644
--- a/src/gs-shell-details.c
+++ b/src/gs-shell-details.c
@@ -930,6 +930,7 @@ gs_shell_details_setup (GsShellDetails *shell_details,
                          G_CALLBACK (gs_shell_details_rating_changed_cb),
                          shell_details);
        gtk_widget_set_visible (priv->star, TRUE);
+       gtk_widget_set_valign (priv->star, GTK_ALIGN_START);
        gtk_box_pack_start (GTK_BOX (sw), priv->star, FALSE, FALSE, 0);
 
        /* setup history */


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