Skip to content

Commit

Permalink
Merge branch 'master' of
Browse files Browse the repository at this point in the history
[email protected]:WPIRoboticsEngineering/2001_Field_Controller.git

Conflicts:
	src/main/java/com/FieldSimulator/FieldSimulator_2001/Main.java
	src/main/resources/fxml/MainScreen.fxml
  • Loading branch information
madhephaestus committed Aug 10, 2018
2 parents eb925e6 + 4345ad3 commit 6b81c69
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/bin/
/.classpath
/.project
/.settings
1 change: 0 additions & 1 deletion .settings/.gitignore

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public void start(Stage primaryStage) throws Exception {
primaryStage.setTitle("Field Simulator");
root.getStylesheets().add("/materialfx-material-design-for-javafx/material-fx-v0_3.css");
primaryStage.setScene(new Scene(root, 1150, 340));
primaryStage.setResizable(false);

primaryStage.show();
primaryStage.getScene().setRoot(root);
Expand Down

0 comments on commit 6b81c69

Please sign in to comment.