Fixed buttons being too large on Linux and Mac

This commit is contained in:
2019-03-23 15:59:35 -06:00
parent e6e1f02ea9
commit 3bdd7fb55b

View File

@@ -92,14 +92,14 @@ public class StartGUI extends Player{
* *
*/ */
startButton.setMnemonicParsing(false); startButton.setMnemonicParsing(false);
startButton.setText("Start"); startButton.setText("New");
/** /**
* Creates a button with text "Continue" * Creates a button with text "Continue"
* *
*/ */
continueButton.setMnemonicParsing(false); continueButton.setMnemonicParsing(false);
continueButton.setText("Continue Save"); continueButton.setText("Load");
/** /**
* Creates a VBox at the left of center of the borderpane. * Creates a VBox at the left of center of the borderpane.