Browse Source

Merge pull request #4764 in DESIGN/design from bugfix/10.0 to feature/10.0

* commit '5e49942f87d35c980bf66e22eff3b71708f406d3':
  之前漏传了一张图片
feature/10.0
superman 3 years ago
parent
commit
8f73f4e527
  1. 2
      designer-form/src/main/java/com/fr/design/mainframe/FormWidgetDetailPane.java
  2. BIN
      designer-form/src/main/resources/com/fr/design/form/images/version_not_match.png

2
designer-form/src/main/java/com/fr/design/mainframe/FormWidgetDetailPane.java

@ -131,7 +131,7 @@ public class FormWidgetDetailPane extends FormDockView implements Releasable {
isEmptyPane = true;
this.removeAll();
JPanel panel = FRGUIPaneFactory.createVerticalFlowLayout_Pane(true, FlowLayout.LEADING, 0, 5);
UILabel imagePanel = new UILabel(BaseUtils.readIcon("/com/fr/base/images/share/version_not_match.png"));
UILabel imagePanel = new UILabel(BaseUtils.readIcon("/com/fr/design/form/images/version_not_match.png"));
imagePanel.setPreferredSize(new Dimension(240, 96));
imagePanel.setHorizontalAlignment(SwingConstants.CENTER);
panel.add(imagePanel);

BIN
designer-form/src/main/resources/com/fr/design/form/images/version_not_match.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Loading…
Cancel
Save