mirror of
https://github.com/SKCraft/Launcher.git
synced 2024-11-24 12:16:28 +01:00
[Creator] Use bigger pack icon.
This commit is contained in:
parent
f42e365734
commit
9647768a1a
@ -24,7 +24,7 @@ public class PackTableModel extends AbstractTableModel {
|
||||
public PackTableModel(List<Pack> packs) {
|
||||
this.packs = packs;
|
||||
|
||||
instanceIcon = SwingHelper.readImageIconScaled(Creator.class, "pack.png", 16, 16);
|
||||
instanceIcon = SwingHelper.readImageIcon(Creator.class, "pack_icon.png");
|
||||
warningIcon = SwingHelper.readImageIcon(Creator.class, "warning_icon.png");
|
||||
}
|
||||
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in New Issue
Block a user