Browse Source

Merge pull request #4762 in DESIGN/design from final/10.0 to release/10.0

* commit '1bff02846b67973a8445105c8b93904dce70eb59':
  之前漏传了一张图片
zheng-1641779399395
superman 3 years ago
parent
commit
96f47fac71
  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

@ -125,7 +125,7 @@ public class FormWidgetDetailPane extends FormDockView{
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