Normand Briere
2019-05-01 20c1a07b76c39462594aedfedfe6e6adb17cd552
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