Temporarily removed "end of turn" and "settings" button in Dock panel.

This commit is contained in:
Doublestrike
2012-04-15 09:02:14 +00:00
parent 8cf588327b
commit 180e848d11

View File

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