mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Added a new icon for the alpha strike button.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 602 KiB After Width: | Height: | Size: 607 KiB |
@@ -65,9 +65,8 @@ public enum VDock implements IVDoc {
|
|||||||
new DockButton(FSkin.getIcon(FSkin.DockIcons.ICO_OPENLAYOUT), "Open Layout");
|
new DockButton(FSkin.getIcon(FSkin.DockIcons.ICO_OPENLAYOUT), "Open Layout");
|
||||||
private final JLabel btnSaveLayout =
|
private final JLabel btnSaveLayout =
|
||||||
new DockButton(FSkin.getIcon(FSkin.DockIcons.ICO_SAVELAYOUT), "Save Layout");
|
new DockButton(FSkin.getIcon(FSkin.DockIcons.ICO_SAVELAYOUT), "Save Layout");
|
||||||
// Change Icon to Alpha Strike
|
|
||||||
private final JLabel btnAlphaStrike =
|
private final JLabel btnAlphaStrike =
|
||||||
new DockButton(FSkin.getIcon(FSkin.DockIcons.ICO_SETTINGS), "Alpha Strike");
|
new DockButton(FSkin.getIcon(FSkin.DockIcons.ICO_ALPHASTRIKE), "Alpha Strike");
|
||||||
|
|
||||||
//========= Overridden methods
|
//========= Overridden methods
|
||||||
|
|
||||||
|
|||||||
@@ -226,7 +226,8 @@ public enum FSkin {
|
|||||||
ICO_REVERTLAYOUT (new int[] {400, 720, 80, 80}), /** */
|
ICO_REVERTLAYOUT (new int[] {400, 720, 80, 80}), /** */
|
||||||
ICO_OPENLAYOUT (new int[] {0, 800, 80, 80}), /** */
|
ICO_OPENLAYOUT (new int[] {0, 800, 80, 80}), /** */
|
||||||
ICO_SAVELAYOUT (new int[] {80, 800, 80, 80}), /** */
|
ICO_SAVELAYOUT (new int[] {80, 800, 80, 80}), /** */
|
||||||
ICO_DECKLIST (new int[] {400, 640, 80, 80});
|
ICO_DECKLIST (new int[] {400, 640, 80, 80}), /** */
|
||||||
|
ICO_ALPHASTRIKE (new int[] {160, 800, 80, 80});
|
||||||
|
|
||||||
private int[] coords;
|
private int[] coords;
|
||||||
/** @param xy   int[] coordinates */
|
/** @param xy   int[] coordinates */
|
||||||
|
|||||||
Reference in New Issue
Block a user