[gnome-todo] task-row: draw 8px icons



commit 7afe7fd0fb479844bb20f7fada292a477727520d
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Jun 25 14:05:13 2015 -0300

    task-row: draw 8px icons

 src/gtd-task-row.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gtd-task-row.c b/src/gtd-task-row.c
index 633a764..6e0e796 100644
--- a/src/gtd-task-row.c
+++ b/src/gtd-task-row.c
@@ -56,7 +56,7 @@ struct _GtdTaskRow
   GtdTaskRowPrivate *priv;
 };
 
-#define PRIORITY_ICON_SIZE         16
+#define PRIORITY_ICON_SIZE         8
 
 G_DEFINE_TYPE_WITH_PRIVATE (GtdTaskRow, gtd_task_row, GTK_TYPE_LIST_BOX_ROW)
 


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