From 46e1b63ca2310b6a3465c271afecc01d2ee72343 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 23 Jun 2009 12:16:33 +0200 Subject: Don't hardcode size of the accounts dialog and use ellipsization (#520972) --- src/empathy-accounts-dialog.c | 1 + src/empathy-accounts-dialog.ui | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index 4e2f4392a..4cf391108 100644 --- a/src/empathy-accounts-dialog.c +++ b/src/empathy-accounts-dialog.c @@ -417,6 +417,7 @@ accounts_dialog_model_add_columns (EmpathyAccountsDialog *dialog) cell = gtk_cell_renderer_text_new (); g_object_set (cell, "ellipsize", PANGO_ELLIPSIZE_END, + "width-chars", 25, "editable", TRUE, NULL); gtk_tree_view_column_pack_start (column, cell, TRUE); diff --git a/src/empathy-accounts-dialog.ui b/src/empathy-accounts-dialog.ui index 7f17f82ce..cf1b23ef4 100644 --- a/src/empathy-accounts-dialog.ui +++ b/src/empathy-accounts-dialog.ui @@ -23,15 +23,14 @@ 6 + 200 True True - automatic + never automatic in - 250 - 200 True True False @@ -143,7 +142,6 @@ - 415 True 18 -- cgit v1.2.3