Browse Source

控件管理/报表填报属性/超级链接/服务器参数

newui
renekton 5 months ago
parent
commit
46a11c97e2
  1. 2
      designer-base/src/main/java/com/fr/env/detect/ui/EnvDetectorDialog.java

2
designer-base/src/main/java/com/fr/env/detect/ui/EnvDetectorDialog.java vendored

@ -176,7 +176,7 @@ public class EnvDetectorDialog extends JDialog {
} }
}); });
detectButton.setForeground(FineUIUtils.getUIColor("background.normal", "background.normal")); detectButton.setForeground(FineUIUtils.getUIColor("background.normal", "background.normal"));
detectButton.setBackground(FineUIUtils.getUIColor("EnvDetectorButton.background", "Button.default.background")); detectButton.setBackground(FineUIUtils.getUIColor("EnvDetectorButton.background", "EnvDetectorButton.background"));
headerPanel.add(detectButton, BorderLayout.WEST); headerPanel.add(detectButton, BorderLayout.WEST);

Loading…
Cancel
Save