[gnome-software] Align the image to the top when showing long descriptions
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Align the image to the top when showing long descriptions
- Date: Wed, 23 Jan 2013 12:49:55 +0000 (UTC)
commit 022da03231803c6f3c8f43bbf0bb58538dab4b92
Author: Richard Hughes <richard hughsie com>
Date: Wed Jan 23 12:47:44 2013 +0000
Align the image to the top when showing long descriptions
src/gs-app-widget.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-app-widget.c b/src/gs-app-widget.c
index e2ffcdc..107856a 100644
--- a/src/gs-app-widget.c
+++ b/src/gs-app-widget.c
@@ -363,6 +363,7 @@ gs_app_widget_init (GsAppWidget *app_widget)
priv->widget_image = gtk_image_new_from_icon_name ("edit-paste",
GTK_ICON_SIZE_DIALOG);
gtk_widget_set_margin_right (GTK_WIDGET (priv->widget_image), 9);
+ gtk_widget_set_valign (priv->widget_image, GTK_ALIGN_START);
gtk_box_pack_start (GTK_BOX (app_widget),
GTK_WIDGET (priv->widget_image),
FALSE, FALSE, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]