[gnome-calendar] style: use the entire line
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] style: use the entire line
- Date: Mon, 25 May 2015 17:03:25 +0000 (UTC)
commit d1f437f4d994bbc6f585cd84b46da8d54562f0c9
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 69b430f..9e60d62 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 */
gdk_rgba_parse (&color, get_color_name_from_source (source));
@@ -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]