viscal

cairo/gtk vi-like timeblocking calendar
git clone git://jb55.com/viscal
Log | Files | Refs | README | LICENSE

commit 23957727d8661994c109a5637180fb232768a254
parent 50f2aa92c8aa0165a64f97338a5665318666eaa7
Author: William Casarin <jb55@jb55.com>
Date:   Tue, 21 Aug 2018 21:24:42 -0700

tweak key'd zoom amount

Diffstat:
Mviscal.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/viscal.c b/viscal.c @@ -469,7 +469,7 @@ static gboolean on_keypress (GtkWidget *widget, GdkEvent *event, gpointer user_ int state_changed = 1; int i = 0; static const int scroll_amt = 60*60; - static const int zoom_amt = 2.0; + static const int zoom_amt = 1.5; switch (event->type) { case GDK_KEY_PRESS: