Add print proxy functionality back into GUI

This commit is contained in:
jendave
2012-05-23 17:05:53 +00:00
parent e1342c8294
commit c739012de4
3 changed files with 4 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 592 KiB

After

Width:  |  Height:  |  Size: 576 KiB

View File

@@ -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"));

View File

@@ -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}), /** */