online-accounts: Colours of symbolics should match the text
https://bugzilla.gnome.org/show_bug.cgi?id=695171
This commit is contained in:
parent
0ca72d52b7
commit
271ae25c3a
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ cc_goa_panel_init (CcGoaPanel *panel)
|
|||
renderer = gtk_cell_renderer_pixbuf_new ();
|
||||
gtk_tree_view_column_pack_start (column, renderer, FALSE);
|
||||
g_object_set (G_OBJECT (renderer),
|
||||
"follow-state", TRUE,
|
||||
"stock-size", GTK_ICON_SIZE_DIALOG,
|
||||
NULL);
|
||||
gtk_tree_view_column_set_attributes (column,
|
||||
|
|
Loading…
Add table
Reference in a new issue