Normand Briere
2019-04-22 a9e12f6c508810604c8c91ee15451776b08ce1a1
timeflow/model/Display.java
....@@ -87,7 +87,7 @@
8787 colors.put("timeline.unspecified.color", new Color(0, 53, 153));
8888 colors.put("highlight.color", new Color(0, 53, 153));
8989
90
- ints.put("timeline.datelabel.height", 20);
90
+ ints.put("timeline.datelabel.height", 10);
9191 ints.put("timeline.item.height.min", 16);
9292 }
9393
....@@ -360,7 +360,7 @@
360360 return lines;
361361 }
362362
363
- public boolean emptyMessage(Graphics g, TFModel model)
363
+ public boolean emptyMessage(Graphics g, TimeflowModel model)
364364 {
365365 if (model.getActs() == null || model.getActs().size() == 0)
366366 {