Browse Source

REPORT-107973 主页及组件视觉样式翻新 改下名字

newui
Leo.Qin 10 months ago
parent
commit
94cade143d
  1. 2
      designer-realize/src/main/java/com/fr/design/mainframe/bbs/UserInfoPane.java

2
designer-realize/src/main/java/com/fr/design/mainframe/bbs/UserInfoPane.java

@ -104,7 +104,7 @@ public class UserInfoPane extends BasicPane {
this.userInfoLabel.setText(com.fr.design.i18n.Toolkit.i18nText("Fine-Designer_Login_Onclick"));
this.userInfoLabel.setForeground(UIManager.getColor("color.text.white"));
this.userInfoLabel.setOpaque(true);
this.userInfoLabel.setBackground(UIManager.getColor("color.normalBrand"));
this.userInfoLabel.setBackground(UIManager.getColor("color.brand.normal"));
this.userInfoLabel.resetUserName();
}

Loading…
Cancel
Save