[gnome-initial-setup] Cosmetic changes to the online accounts page
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup] Cosmetic changes to the online accounts page
- Date: Thu, 10 Jan 2013 06:36:59 +0000 (UTC)
commit c77985bcc803ceb81a082cbca5cf8c5519f951e3
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Jan 10 01:37:16 2013 -0500
Cosmetic changes to the online accounts page
Add padding around the remove button.
gnome-initial-setup/pages/goa/gis-goa-page.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gnome-initial-setup/pages/goa/gis-goa-page.c b/gnome-initial-setup/pages/goa/gis-goa-page.c
index b8f0fd9..e8ad269 100644
--- a/gnome-initial-setup/pages/goa/gis-goa-page.c
+++ b/gnome-initial-setup/pages/goa/gis-goa-page.c
@@ -224,6 +224,8 @@ add_account_to_list (GisGoaPage *page, GoaObject *object)
button = gtk_button_new ();
gtk_button_set_image (GTK_BUTTON (button),
gtk_image_new_from_icon_name ("user-trash-symbolic", GTK_ICON_SIZE_MENU));
+ gtk_widget_set_margin_left (button, 10);
+ gtk_widget_set_margin_right (button, 10);
gtk_widget_set_halign (button, GTK_ALIGN_END);
gtk_widget_set_valign (button, GTK_ALIGN_CENTER);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]