[gnome-calendar/calendar-editor] style: use the entire line



commit 0bb7a64f9a6a9b14c03a77296dc17837ee37b63d
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Sat May 16 18:04:15 2015 -0400

    style: use the entire line

 src/gcal-source-dialog.c |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)
---
diff --git a/src/gcal-source-dialog.c b/src/gcal-source-dialog.c
index bac0339..0f704c4 100644
--- a/src/gcal-source-dialog.c
+++ b/src/gcal-source-dialog.c
@@ -608,10 +608,7 @@ make_row_from_source (GcalSourceDialog *dialog,
   row = gtk_list_box_row_new ();
 
   /* main box */
-  grid = g_object_new (GTK_TYPE_GRID,
-                       "border-width", 6,
-                       "column-spacing", 12,
-                       NULL);
+  grid = g_object_new (GTK_TYPE_GRID, "border-width", 6, "column-spacing", 12, NULL);
 
   /* source color icon */
   get_color_name_from_source (source, &color);
@@ -629,11 +626,7 @@ make_row_from_source (GcalSourceDialog *dialog,
                     priv->calendars_listbox);
 
   /* parent source name label */
-  bottom_label = g_object_new (GTK_TYPE_LABEL,
-                               "label", parent_name,
-                               "xalign", 0.0,
-                               "hexpand", TRUE,
-                               NULL);
+  bottom_label = g_object_new (GTK_TYPE_LABEL, "label", parent_name, "xalign", 0.0, "hexpand", TRUE, NULL);
   gtk_style_context_add_class (gtk_widget_get_style_context (bottom_label), "dim-label");
 
   gtk_grid_attach (GTK_GRID (grid), icon, 0, 0, 1, 2);


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