[gnome-calendar] edit-dialog: reduce header circle icon



commit 7c587e896e0a63f509ec27b649a94b77454379ba
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Sep 7 15:01:50 2017 -0300

    edit-dialog: reduce header circle icon

 src/gcal-edit-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcal-edit-dialog.c b/src/gcal-edit-dialog.c
index f9ecbfb..5bc967f 100644
--- a/src/gcal-edit-dialog.c
+++ b/src/gcal-edit-dialog.c
@@ -1326,7 +1326,7 @@ gcal_edit_dialog_set_event (GcalEditDialog *dialog,
     gtk_entry_set_text (GTK_ENTRY (dialog->summary_entry), summary);
 
   /* dialog titlebar's title & subtitle */
-  surface = get_circle_surface_from_color (gcal_event_get_color (event), 16);
+  surface = get_circle_surface_from_color (gcal_event_get_color (event), 10);
   gtk_image_set_from_surface (GTK_IMAGE (dialog->source_image), surface);
   g_clear_pointer (&surface, cairo_surface_destroy);
 


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