Browse Source

视觉验收 字体调整

master
XiaXiang 7 years ago
parent
commit
ed97de27e7
  1. 2
      designer/src/com/fr/design/mainframe/alphafine/preview/PluginPreviewPane.java

2
designer/src/com/fr/design/mainframe/alphafine/preview/PluginPreviewPane.java

@ -52,7 +52,7 @@ public class PluginPreviewPane extends JPanel {
String price0 = price == 0 ? Inter.getLocText("FR-Designer-Collect_Information_free") : String.valueOf(price);
UILabel priceLabel = new UILabel(price0);
priceLabel.setForeground(AlphaFineConstants.RED);
priceLabel.setFont(AlphaFineConstants.SMALL_FONT);
priceLabel.setFont(AlphaFineConstants.MEDIUM_FONT);
bottomPane.add(priceLabel, BorderLayout.WEST);
panel.add(nameLabel, BorderLayout.NORTH);
panel.add(line, BorderLayout.SOUTH);

Loading…
Cancel
Save