[gnome-control-center] online-accounts: Prevent the attention-needed icon from getting hidden



commit cff4336032b73f641fd3439aed2918eb2c82e576
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Apr 10 16:38:50 2015 +0200

    online-accounts: Prevent the attention-needed icon from getting hidden
    
    By making sure that the label inside each of the list items gets
    only whatever space is left by the left and right-side icons.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=746538

 panels/online-accounts/cc-online-accounts-panel.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/panels/online-accounts/cc-online-accounts-panel.c 
b/panels/online-accounts/cc-online-accounts-panel.c
index 356301a..6295209 100644
--- a/panels/online-accounts/cc-online-accounts-panel.c
+++ b/panels/online-accounts/cc-online-accounts-panel.c
@@ -298,11 +298,10 @@ cc_goa_panel_init (CcGoaPanel *panel)
                                        NULL);
 
   renderer = gtk_cell_renderer_text_new ();
-  gtk_tree_view_column_pack_start (column, renderer, FALSE);
+  gtk_tree_view_column_pack_start (column, renderer, TRUE);
   g_object_set (G_OBJECT (renderer),
                 "ellipsize", PANGO_ELLIPSIZE_END,
                 "ellipsize-set", TRUE,
-                "width-chars", 30,
                 NULL);
   gtk_tree_view_column_set_attributes (column,
                                        renderer,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]