Browse Source

REPORT-61695

zheng-1641779399395
方磊 3 years ago
parent
commit
08ec528ba2
  1. 2
      designer-base/src/main/java/com/fr/design/widget/WidgetBoundsPaneFactory.java

2
designer-base/src/main/java/com/fr/design/widget/WidgetBoundsPaneFactory.java

@ -51,7 +51,7 @@ public class WidgetBoundsPaneFactory {
double f = TableLayout.FILL;
double p = TableLayout.PREFERRED;
Component[][] components = new Component[][]{
new Component[]{FRWidgetFactory.createLineWrapLabel(Toolkit.i18nText("Fine-Design_Form_Widget_Size")),
new Component[]{FRWidgetFactory.createLineWrapLabel(Toolkit.i18nText("Fine-Design_Basic_Component_Size")),
ratioLocked != null ? createRightPane(width, ratioLocked, height) : createRightPane(width, height)},
new Component[]{null, createRightPane(new UILabel(Toolkit.i18nText("Fine-Design_Basic_Tree_Width"), SwingConstants.CENTER), new UILabel(Toolkit.i18nText("Fine-Design_Basic_Tree_Height"), SwingConstants.CENTER))},
};

Loading…
Cancel
Save