remove the displaying of View Any Library and View Any Hand Dev Buttons. No change in functionality. They weren't hooked up anyway. We can discuss more what to do with them after the 1.2.0 release.

This commit is contained in:
slapshot5
2011-12-28 23:19:48 +00:00
parent 77c73d6145
commit 81c47d89f2

View File

@@ -630,8 +630,8 @@ public class ViewTabber extends FRoundedPanel {
lblSetLife = new DevLabel("Set Player Life");
devLBLs.add(lblMilling);
devLBLs.add(lblHandView);
devLBLs.add(lblLibraryView);
//devLBLs.add(lblHandView);
//devLBLs.add(lblLibraryView);
devLBLs.add(lblUnlimitedLands);
devLBLs.add(lblGenerateMana);
devLBLs.add(lblSetupGame);
@@ -643,8 +643,8 @@ public class ViewTabber extends FRoundedPanel {
final String constraints = "w 95%!, gap 0 0 5px 0";
viewport.add(this.lblMilling, constraints);
viewport.add(this.lblHandView, constraints);
viewport.add(this.lblLibraryView, constraints);
//viewport.add(this.lblHandView, constraints);
//viewport.add(this.lblLibraryView, constraints);
viewport.add(this.lblUnlimitedLands, constraints);
viewport.add(this.lblGenerateMana, constraints);
viewport.add(this.lblSetupGame, constraints);