]> git.0d.be Git - empathy.git/commitdiff
Align text at the top of the row.
authorJonny Lamb <jonny.lamb@collabora.co.uk>
Mon, 20 Apr 2009 22:28:59 +0000 (23:28 +0100)
committerJonny Lamb <jonny.lamb@collabora.co.uk>
Fri, 24 Apr 2009 00:52:49 +0000 (01:52 +0100)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
src/empathy-debug-dialog.c

index f5fcd6428e9ee25a9785e046fbe77ee2f910578d..a417f154e1abb3a2efd7606de4cfa06b3528e08e 100644 (file)
@@ -471,6 +471,7 @@ debug_dialog_constructor (GType type,
   gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (priv->view), TRUE);
 
   renderer = gtk_cell_renderer_text_new ();
+  g_object_set (renderer, "yalign", 0, NULL);
 
   gtk_tree_view_insert_column_with_attributes (GTK_TREE_VIEW (priv->view),
       -1, _("Time"), renderer, "text", COL_TIMESTAMP, NULL);