mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user