[poppler] glib/demo

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Oct 26 18:38:50 UTC 2018


 glib/demo/utils.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ebc05abc1dd0eed0f9a15fcc5a27195d141689ef
Author: Elliott Sales de Andrade <quantum.analyst at gmail.com>
Date:   Tue Oct 23 02:15:20 2018 -0400

    glib-demo: Align property labels to top of cell.

diff --git a/glib/demo/utils.c b/glib/demo/utils.c
index 21b9788b..6bf61614 100644
--- a/glib/demo/utils.c
+++ b/glib/demo/utils.c
@@ -32,7 +32,7 @@ pgd_table_add_property_with_custom_widget (GtkGrid     *table,
 	GtkWidget *label;
 
 	label = gtk_label_new (NULL);
-	g_object_set (G_OBJECT (label), "xalign", 0.0, NULL);
+	g_object_set (G_OBJECT (label), "xalign", 0.0, "yalign", 0.0, NULL);
 	gtk_label_set_markup (GTK_LABEL (label), markup);
 	gtk_grid_attach (GTK_GRID (table), label, 0, *row, 1, 1);
 	gtk_widget_show (label);


More information about the poppler mailing list