From 93220b02f233ef17b6c7fb217124d27c185193bf Mon Sep 17 00:00:00 2001 From: MoMeak Date: Mon, 7 Aug 2017 09:44:37 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-2897=209.0=E8=AE=BE=E8=AE=A1=E5=99=A8?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E8=A7=86=E8=A7=89=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- designer/src/com/fr/design/mainframe/ReportFloatPane.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/designer/src/com/fr/design/mainframe/ReportFloatPane.java b/designer/src/com/fr/design/mainframe/ReportFloatPane.java index 56c55a4b3d..738adb4833 100644 --- a/designer/src/com/fr/design/mainframe/ReportFloatPane.java +++ b/designer/src/com/fr/design/mainframe/ReportFloatPane.java @@ -44,7 +44,7 @@ public class ReportFloatPane extends JPanel { insertFloatMenu = createInsertToolBar(); topToolBar.add(createButtonUI()); UILabel emptyLabel = new UILabel(); - emptyLabel.setBorder(BorderFactory.createEmptyBorder(0, 5, 0, 0)); + emptyLabel.setBorder(BorderFactory.createEmptyBorder(0, 4, 0, 0)); double p = TableLayout.PREFERRED; double f = TableLayout.FILL; @@ -54,7 +54,7 @@ public class ReportFloatPane extends JPanel { new Component[]{new UILabel(" " + Inter.getLocText("FR-Designer_Add_FloatElement")), emptyLabel, topToolBar}, }; JPanel leftTopPane = TableLayoutHelper.createTableLayoutPane(components, rowSize, columnSize); - leftTopPane.setBorder(BorderFactory.createEmptyBorder(10, 4, 0, 15)); + leftTopPane.setBorder(BorderFactory.createEmptyBorder(10, 4, 0, 13)); this.add(leftTopPane, BorderLayout.NORTH); }