mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
Update Icons
This commit is contained in:
@@ -82,7 +82,7 @@ public class DeckStarRenderer extends ItemCellRenderer {
|
||||
}
|
||||
else if (DeckPreferences.getPrefs(deck).getStarCount() == 0) {
|
||||
this.setToolTipText("Click to add " + deck.getName() + " to your favorites");
|
||||
skinImage = FSkin.getImage(FSkinProp.IMG_STAR_OUTINE);
|
||||
skinImage = FSkin.getImage(FSkinProp.IMG_STAR_OUTLINE);
|
||||
}
|
||||
else { //TODO: consider supporting more than 1 star
|
||||
this.setToolTipText("Click to remove " + deck.getName() + " from your favorites");
|
||||
|
||||
@@ -83,7 +83,7 @@ public class StarRenderer extends ItemCellRenderer {
|
||||
}
|
||||
else if (CardPreferences.getPrefs(card).getStarCount() == 0) {
|
||||
this.setToolTipText("Click to add " + card.getName() + " to your favorites");
|
||||
skinImage = FSkin.getImage(FSkinProp.IMG_STAR_OUTINE);
|
||||
skinImage = FSkin.getImage(FSkinProp.IMG_STAR_OUTLINE);
|
||||
}
|
||||
else { //TODO: consider supporting more than 1 star
|
||||
this.setToolTipText("Click to remove " + card.getName() + " from your favorites");
|
||||
|
||||
Reference in New Issue
Block a user