From a66f27f9866161c0ac4b10eac4808da38c7367fd Mon Sep 17 00:00:00 2001 From: Lanlan Date: Fri, 22 May 2020 16:31:52 +0800 Subject: [PATCH] =?UTF-8?q?CHART-14022=20=E6=89=80=E6=9C=89=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E8=AE=BE=E7=BD=AE=E9=80=9A=E7=94=A8=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E7=9A=84=E9=9D=A2=E6=9D=BF=E6=8E=92=E5=B8=83=E9=83=BD=E4=B8=8D?= =?UTF-8?q?=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/fr/design/gui/style/FormatPane.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/designer-base/src/main/java/com/fr/design/gui/style/FormatPane.java b/designer-base/src/main/java/com/fr/design/gui/style/FormatPane.java index 22f0a3647..0b33b7adf 100644 --- a/designer-base/src/main/java/com/fr/design/gui/style/FormatPane.java +++ b/designer-base/src/main/java/com/fr/design/gui/style/FormatPane.java @@ -144,7 +144,7 @@ public class FormatPane extends AbstractBasicStylePane implements GlobalNameObse optionPane.setPreferredSize(new Dimension(0, 0)); optionPane.add(option, "show"); - Component[][] components = getComponent(fontPane, centerPane, typePane, optionPane); + Component[][] components = getComponent(fontPane, centerPane, typePane); this.add(createContentPane(components), BorderLayout.CENTER); } @@ -158,7 +158,7 @@ public class FormatPane extends AbstractBasicStylePane implements GlobalNameObse } - protected Component[][] getComponent (JPanel fontPane, JPanel centerPane, JPanel typePane, JPanel optionPane) { + protected Component[][] getComponent (JPanel fontPane, JPanel centerPane, JPanel typePane) { return new Component[][]{ new Component[]{null, null}, new Component[]{new UILabel(Toolkit.i18nText("Fine-Design_Report_Base_Format"), SwingConstants.LEFT), typePane},