From e79247ef52a0bbb3864d46bb1e2c716005b3ecf3 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Thu, 18 Jul 2019 22:19:40 -0400 Subject: [PATCH] Move XYZ panel + icons. --- timeflow/views/ListView.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/timeflow/views/ListView.java b/timeflow/views/ListView.java index 1302bfa..37fbe11 100755 --- a/timeflow/views/ListView.java +++ b/timeflow/views/ListView.java @@ -35,7 +35,7 @@ private boolean changing = false; private JPanel controls; - public ListView(TFModel model) + public ListView(TimeflowModel model) { super(model); -- Gitblit v1.6.2