|
|
|
@ -25,7 +25,7 @@ public class FineLightLaf extends FineLaf {
|
|
|
|
|
* @return 是否安装成功 |
|
|
|
|
*/ |
|
|
|
|
public static boolean setup() { |
|
|
|
|
IconManager.addSet(new FineLightIconSet("fine-light")); |
|
|
|
|
IconManager.addSet(new FineLightIconSet()); |
|
|
|
|
Layouts.setScaleFactor(UIScale.getUserScaleFactor()); |
|
|
|
|
UIScale.addPropertyChangeListener(evt -> { |
|
|
|
|
if (StringUtils.equals(evt.getPropertyName(), USER_SCALE_FACTOR)) { |
|
|
|
|