|
|
|
@ -79,15 +79,6 @@ public class ServerFitAttrPane extends BaseFitAttrPane {
|
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 服务器配置-PC端自适应属性面板中需要添加提示 |
|
|
|
|
*/ |
|
|
|
|
@Override |
|
|
|
|
protected void initPrompt() { |
|
|
|
|
UILabel uiLabel = new UILabel(Toolkit.i18nText("Fine-Designer_Fit_Attr_Pane_Hint")); |
|
|
|
|
FineUIStyle.setStyle(uiLabel, FineUIStyle.LABEL_TIP); |
|
|
|
|
uiLabel.setBorder(new ScaledEmptyBorder(5, 5, 5, 0)); |
|
|
|
|
contentJPanel.add(uiLabel); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|