|
|
|
@ -42,7 +42,6 @@ import com.fr.report.cell.cellattr.core.group.DSColumn;
|
|
|
|
|
import com.fr.report.cell.cellattr.core.group.FilterTypeEnum; |
|
|
|
|
import com.fr.report.cell.cellattr.core.group.SelectCount; |
|
|
|
|
import com.fr.stable.StringUtils; |
|
|
|
|
import com.fr.third.jodd.util.ArraysUtil; |
|
|
|
|
|
|
|
|
|
import javax.swing.BorderFactory; |
|
|
|
|
import javax.swing.Icon; |
|
|
|
@ -861,7 +860,7 @@ public class CellDSColumnEditor extends CellQuickEditor {
|
|
|
|
|
//显示set和tip
|
|
|
|
|
setCardPane.setPreferredSize(new Dimension(156, 20)); |
|
|
|
|
TableLayoutHelper.modifyTableLayoutIndexVGap(contentPane, 2, VGAP); |
|
|
|
|
tipCardPane.setPreferredSize(new Dimension(224, 40)); |
|
|
|
|
tipCardPane.setPreferredSize(new Dimension(224, 50)); |
|
|
|
|
TableLayoutHelper.modifyTableLayoutIndexVGap(contentPane, 4, VGAP_INNER); |
|
|
|
|
} else { |
|
|
|
|
//未定义
|
|
|
|
|