From d70dae0e0f28f076242a78a3e5c1d5d6b38b388a Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 9 Jun 2015 16:29:41 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index db8722a..cedd0e1 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -367,8 +367,8 @@ public class TestingList extends Panel { jTable1.setModel(model); jTable1.getColumnModel().getColumn(COL_ICON).setMaxWidth(27); jTable1.getColumnModel().getColumn(COL_CHECK).setMaxWidth(27); - jTable1.getColumnModel().getColumn(COL_DEVICENAME).setPreferredWidth(100); - jTable1.getColumnModel().getColumn(COL_STATUS).setPreferredWidth(100); + jTable1.getColumnModel().getColumn(COL_DEVICENAME).setPreferredWidth(50); + jTable1.getColumnModel().getColumn(COL_STATUS).setPreferredWidth(50); updateStatus(); }