online-accounts: Add shadow to providers icon
The new icons are flat and are more legible with a shadow, just like the new GNOME application icons. See https://gitlab.gnome.org/GNOME/Initiatives/issues/2
This commit is contained in:
parent
de769bbe9b
commit
ef73a423d7
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ add_provider_row (CcGoaPanel *self,
|
|||
}
|
||||
|
||||
image = gtk_image_new_from_gicon (icon, GTK_ICON_SIZE_DIALOG);
|
||||
gtk_style_context_add_class (gtk_widget_get_style_context (image), "lowres-icon");
|
||||
gtk_widget_show (image);
|
||||
gtk_container_add (GTK_CONTAINER (row_grid), image);
|
||||
g_object_set (image, "margin", 6, NULL);
|
||||
|
|
Loading…
Add table
Reference in a new issue