From 611518a0ff65fd05e517d44adbcec639570b86eb Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Thu, 21 Feb 2019 23:44:07 -0500
Subject: [PATCH] Yellow theme.

---
 timeflow/model/Display.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/timeflow/model/Display.java b/timeflow/model/Display.java
index b56c86b..69c0fff 100755
--- a/timeflow/model/Display.java
+++ b/timeflow/model/Display.java
@@ -87,7 +87,7 @@
                 colors.put("timeline.unspecified.color", new Color(0, 53, 153));
                 colors.put("highlight.color", new Color(0, 53, 153));
 
-                ints.put("timeline.datelabel.height", 20);
+                ints.put("timeline.datelabel.height", 10);
                 ints.put("timeline.item.height.min", 16);
         }
 
@@ -360,7 +360,7 @@
                 return lines;
         }
 
-        public boolean emptyMessage(Graphics g, TFModel model)
+        public boolean emptyMessage(Graphics g, TimeflowModel model)
         {
                 if (model.getActs() == null || model.getActs().size() == 0)
                 {

--
Gitblit v1.6.2