[cheese] Remove the border from the chooser action area



commit ba2614dbd864a8e316f3b2630a1e98f33c2a6996
Author: David King <amigadave amigadave com>
Date:   Wed Mar 26 08:08:45 2014 +0000

    Remove the border from the chooser action area

 libcheese/cheese-avatar-chooser.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/libcheese/cheese-avatar-chooser.c b/libcheese/cheese-avatar-chooser.c
index e8593d5..42560a5 100644
--- a/libcheese/cheese-avatar-chooser.c
+++ b/libcheese/cheese-avatar-chooser.c
@@ -98,8 +98,6 @@ cheese_avatar_chooser_init (CheeseAvatarChooser *chooser)
                                      GTK_RESPONSE_ACCEPT,
                                      FALSE);
 
-  g_object_set (G_OBJECT (gtk_dialog_get_action_area (GTK_DIALOG (chooser))), "margin", 8, NULL);
-
   priv->widget = cheese_avatar_widget_new ();
   gtk_widget_show (priv->widget);
   gtk_box_pack_start (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (chooser))),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]