mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-22 10:43:57 -04:00
Feature: Migrade 'icon.png' placeholder to terracotta.png.
This commit is contained in:
parent
d7e1ca7396
commit
360f10c939
@ -163,7 +163,7 @@ public class TerracottaControllerPage extends StackPane {
|
||||
body.setLineSpacing(4);
|
||||
|
||||
LineButton download = LineButton.of();
|
||||
download.setLeftImage(FXUtils.newBuiltinImage("/assets/img/icon.png"));
|
||||
download.setLeftImage(FXUtils.newBuiltinImage("/assets/img/terracotta.png"));
|
||||
download.setTitle(i18n(String.format("terracotta.status.uninitialized.%s.title", fork)));
|
||||
download.setSubtitle(i18n("terracotta.status.uninitialized.desc"));
|
||||
download.setRightIcon(SVG.ARROW_FORWARD);
|
||||
@ -480,7 +480,7 @@ public class TerracottaControllerPage extends StackPane {
|
||||
locals.getProperties().put("ComponentSubList.noPadding", true);
|
||||
|
||||
LineButton header = LineButton.of(false);
|
||||
header.setLeftImage(FXUtils.newBuiltinImage("/assets/img/icon.png"));
|
||||
header.setLeftImage(FXUtils.newBuiltinImage("/assets/img/terracotta.png"));
|
||||
header.setTitle(i18n("terracotta.from_local.title"));
|
||||
header.setSubtitle(i18n("terracotta.from_local.desc"));
|
||||
locals.setHeaderLeft(header);
|
||||
|
BIN
HMCL/src/main/resources/assets/img/terracotta.png
Normal file
BIN
HMCL/src/main/resources/assets/img/terracotta.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
BIN
HMCL/src/main/resources/assets/img/terracotta@2x.png
Normal file
BIN
HMCL/src/main/resources/assets/img/terracotta@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
Loading…
x
Reference in New Issue
Block a user