mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Add print proxy functionality back into GUI
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 592 KiB After Width: | Height: | Size: 576 KiB |
@@ -75,7 +75,7 @@ public enum VCurrentDeck implements IVDoc, ITableContainer {
|
||||
.tooltip("Print Proxies")
|
||||
.iconInBackground(true)
|
||||
.iconAlignX(SwingConstants.CENTER).iconAlpha(1.0f)
|
||||
.icon(FSkin.getIcon(FSkin.InterfaceIcons.ICO_MINUS))
|
||||
.icon(FSkin.getIcon(FSkin.InterfaceIcons.ICO_PRINT))
|
||||
.text(" ").hoverable(true).build();
|
||||
|
||||
private final JPanel pnlRemoveButtons =
|
||||
@@ -146,8 +146,8 @@ public enum VCurrentDeck implements IVDoc, ITableContainer {
|
||||
pnlHeader.add(btnNew, "w 26px!, h 26px!, gap 0 5px 0 0");
|
||||
|
||||
pnlHeader.add(btnImport, "w 26px!, h 26px!, gap 0 5px 0 0");
|
||||
pnlHeader.add(btnExport, "w 26px!, h 26px!, gap 0 20px 0 0");
|
||||
//pnlHeader.add(btnPrintProxies, "w 26px!, h 26px!, gap 0 20px 0 0");
|
||||
pnlHeader.add(btnExport, "w 26px!, h 26px!, gap 0 5px 0 0");
|
||||
pnlHeader.add(btnPrintProxies, "w 26px!, h 26px!, gap 0 20px 0 0");
|
||||
|
||||
pnlRemove.setOpaque(false);
|
||||
pnlRemove.setLayout(new MigLayout("insets 0, gap 0, ax center"));
|
||||
|
||||
@@ -268,6 +268,7 @@ public enum FSkin {
|
||||
ICO_MINUS (new int[] {660, 620, 20, 20}), /** */
|
||||
ICO_NEW (new int[] {660, 540, 20, 20}), /** */
|
||||
ICO_PLUS (new int[] {660, 600, 20, 20}), /** */
|
||||
ICO_PRINT (new int[] {660, 640, 20, 20}), /** */
|
||||
ICO_SAVE (new int[] {660, 560, 20, 20}), /** */
|
||||
ICO_SAVEAS (new int[] {660, 580, 20, 20}), /** */
|
||||
ICO_UNKNOWN (new int[] {80, 720, 80, 80}), /** */
|
||||
|
||||
Reference in New Issue
Block a user