[gnome-calendar] year-view: Reduce maximum of month columns
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] year-view: Reduce maximum of month columns
- Date: Fri, 20 May 2016 15:08:05 +0000 (UTC)
commit f32fd7d2f6c04a0f8a808f1a8a9ba66aeba74177
Author: Isaque Galdino <igaldino gmail com>
Date: Mon May 16 18:10:50 2016 -0300
year-view: Reduce maximum of month columns
The view had a maximum of 6 month columns, leading to a huge amount of
vertical spaces, so it was requested to reduce that.
The maximum number of columns was reduced to 4, so the view will have a
maximum 4x3 months layout.
https://bugzilla.gnome.org/show_bug.cgi?id=753533
src/gcal-year-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcal-year-view.c b/src/gcal-year-view.c
index dbfe1f9..74e97eb 100644
--- a/src/gcal-year-view.c
+++ b/src/gcal-year-view.c
@@ -25,7 +25,7 @@
#include <math.h>
#include <string.h>
-#define NAVIGATOR_MAX_GRID_SIZE 6
+#define NAVIGATOR_MAX_GRID_SIZE 4
#define VISUAL_CLUES_SIDE 3.0
#define WEEK_NUMBER_MARGIN 3.0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]