[gnome-calendar] week-grid: improve positioning code
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] week-grid: improve positioning code
- Date: Thu, 14 Sep 2017 16:33:00 +0000 (UTC)
commit f486569e19d8c6fee38374644ca5128450af17e8
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Thu Sep 14 13:31:04 2017 -0300
week-grid: improve positioning code
src/views/gcal-week-grid.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/views/gcal-week-grid.c b/src/views/gcal-week-grid.c
index a8eddea..649582f 100644
--- a/src/views/gcal-week-grid.c
+++ b/src/views/gcal-week-grid.c
@@ -708,7 +708,7 @@ gcal_week_grid_size_allocate (GtkWidget *widget,
/* TODO: find a better way to handle line widths */
height -= 2;
width -= 1;
- y += 1;
+ y += 2;
/* Setup the child position and size */
child_allocation.x = x;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]