GNOME Bugzilla – Bug 778779
providers: improve spacing
Last modified: 2017-02-17 13:40:33 UTC
Per Allan's request, improve the spacing between UI elements.
Created attachment 345972 [details] [review] providers: improve spacing
Review of attachment 345972 [details] [review]: ::: src/goabackend/goaprovider.c @@ +1632,3 @@ gtk_label_set_xalign (GTK_LABEL (label), 0.0); + + gtk_container_add (GTK_CONTAINER (hbox), label); Nitpick: This seems more like a stylistic change. Let's do it in a separate commit.
Created attachment 346057 [details] [review] providers: Improve spacing
Created attachment 346058 [details] [review] providers: Use GtkContainer API instead of GtkBox
Georges, please push to master after ensuring that I haven't messed it up.
Thanks for the reviews! Both patches work fine. Attachment 346057 [details] pushed as e340eb0 - providers: Improve spacing Attachment 346058 [details] pushed as db4567e - providers: Use GtkContainer API instead of GtkBox