[empathy: 24/53] Align text at the top of the row.
- From: Jonny Lamb <jonnylamb src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy: 24/53] Align text at the top of the row.
- Date: Thu, 4 Jun 2009 12:17:04 -0400 (EDT)
commit 7e473c19291d827cfa85ec7d09d5a602bbc34aaf
Author: Jonny Lamb <jonny lamb collabora co uk>
Date: Mon Apr 20 23:28:59 2009 +0100
Align text at the top of the row.
Signed-off-by: Jonny Lamb <jonny lamb collabora co uk>
---
src/empathy-debug-dialog.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/empathy-debug-dialog.c b/src/empathy-debug-dialog.c
index f5fcd64..a417f15 100644
--- a/src/empathy-debug-dialog.c
+++ b/src/empathy-debug-dialog.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]