mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +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.setLayout(new FlowLayout(FlowLayout.CENTER, 10, 10));
|
||||||
|
|
||||||
pnl.add(btnConcede);
|
pnl.add(btnConcede);
|
||||||
pnl.add(btnSettings);
|
//pnl.add(btnSettings);
|
||||||
pnl.add(btnEndTurn);
|
//pnl.add(btnEndTurn);
|
||||||
pnl.add(btnViewDeckList);
|
pnl.add(btnViewDeckList);
|
||||||
pnl.add(btnRevertLayout);
|
pnl.add(btnRevertLayout);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user