From 47443d33fc28f16c4116b1b3f3d38ded7871382c Mon Sep 17 00:00:00 2001 From: Yuriy Artamonov Date: Mon, 1 Aug 2011 07:59:45 +0000 Subject: [PATCH] Updated glazedlists dependency --- .../cuba/desktop/gui/components/DesktopAbstractTable.java | 1 - .../com/haulmont/cuba/desktop/gui/data/TableModelAdapter.java | 1 - 2 files changed, 2 deletions(-) diff --git a/modules/desktop/src/com/haulmont/cuba/desktop/gui/components/DesktopAbstractTable.java b/modules/desktop/src/com/haulmont/cuba/desktop/gui/components/DesktopAbstractTable.java index 14f7f012e6..dde2092d54 100644 --- a/modules/desktop/src/com/haulmont/cuba/desktop/gui/components/DesktopAbstractTable.java +++ b/modules/desktop/src/com/haulmont/cuba/desktop/gui/components/DesktopAbstractTable.java @@ -61,7 +61,6 @@ public abstract class DesktopAbstractTable { private static final int HEIGHT_MARGIN_FOR_ROWS = 2; private static final int WIDTH_MARGIN_FOR_CELL = 2; - private static final int MIN_ROW_HEIGHT = 32; protected MigLayout layout; protected JPanel panel; diff --git a/modules/desktop/src/com/haulmont/cuba/desktop/gui/data/TableModelAdapter.java b/modules/desktop/src/com/haulmont/cuba/desktop/gui/data/TableModelAdapter.java index 068f5f7f3e..159e650eb2 100644 --- a/modules/desktop/src/com/haulmont/cuba/desktop/gui/data/TableModelAdapter.java +++ b/modules/desktop/src/com/haulmont/cuba/desktop/gui/data/TableModelAdapter.java @@ -7,7 +7,6 @@ package com.haulmont.cuba.desktop.gui.data; import com.haulmont.chile.core.model.MetaClass; -import com.haulmont.chile.core.model.MetaProperty; import com.haulmont.chile.core.model.MetaPropertyPath; import com.haulmont.cuba.core.entity.Entity; import com.haulmont.cuba.core.global.MessageUtils;