[cheese] Add margins to CheeseAvatarChooser
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cheese] Add margins to CheeseAvatarChooser
- Date: Mon, 28 Oct 2013 21:33:08 +0000 (UTC)
commit 15aba2127b87a57fe47fa75ba2b705c32d901da6
Author: Bastien Nocera <hadess hadess net>
Date: Thu Oct 24 18:47:53 2013 +0200
Add margins to CheeseAvatarChooser
https://bugzilla.gnome.org/show_bug.cgi?id=710874
libcheese/cheese-avatar-chooser.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libcheese/cheese-avatar-chooser.c b/libcheese/cheese-avatar-chooser.c
index 54a3707..740d555 100644
--- a/libcheese/cheese-avatar-chooser.c
+++ b/libcheese/cheese-avatar-chooser.c
@@ -261,6 +261,7 @@ cheese_avatar_chooser_init (CheeseAvatarChooser *chooser)
FALSE);
priv->notebook = gtk_notebook_new ();
+ g_object_set(G_OBJECT (priv->notebook), "margin", 12, NULL);
gtk_notebook_set_show_border (GTK_NOTEBOOK (priv->notebook), FALSE);
gtk_notebook_set_show_tabs (GTK_NOTEBOOK (priv->notebook), FALSE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]