Browse Source

Pull request #3613: CHART-18309 框架图面板边框颜色

Merge in DESIGN/design from ~BJORN/design:release/10.0 to release/10.0

* commit '8d1d3dabfb7ffa2efbd9cfe09239df675cbda80d':
  CHART-18309 框架图面板边框颜色
feature/big-screen
Bjorn 3 years ago
parent
commit
8c49babe03
  1. 2
      designer-chart/src/main/java/com/fr/van/chart/structure/desinger/style/StructureNodeStylePane.java

2
designer-chart/src/main/java/com/fr/van/chart/structure/desinger/style/StructureNodeStylePane.java

@ -52,7 +52,7 @@ public class StructureNodeStylePane extends BasicBeanPane<AttrNode> {
protected Component[][] getPaneComponents() {
return new Component[][]{
new Component[]{null, null},
new Component[]{new UILabel(Toolkit.i18nText("Fine-Design_Chart_Node_Radius")), typeComboBox},
new Component[]{new UILabel(Toolkit.i18nText("Fine-Design_Form_Widget_Style_Border_Color")), typeComboBox},
new Component[]{null, centerPane},
};
}

Loading…
Cancel
Save