mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Temporarily removed "end of turn" and "settings" button in Dock panel.
This commit is contained in:
@@ -75,8 +75,8 @@ public enum VDock implements IVDoc {
|
||||
pnl.setLayout(new FlowLayout(FlowLayout.CENTER, 10, 10));
|
||||
|
||||
pnl.add(btnConcede);
|
||||
pnl.add(btnSettings);
|
||||
pnl.add(btnEndTurn);
|
||||
//pnl.add(btnSettings);
|
||||
//pnl.add(btnEndTurn);
|
||||
pnl.add(btnViewDeckList);
|
||||
pnl.add(btnRevertLayout);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user