Skip to content
Snippets Groups Projects
Commit 712d46dc authored by Nicolai Hollup Brand's avatar Nicolai Hollup Brand :penguin:
Browse files

enhance: Better vertical scaling

parent b1f22237
No related branches found
No related tags found
No related merge requests found
...@@ -97,16 +97,6 @@ public class CreateArmyController implements Initializable { ...@@ -97,16 +97,6 @@ public class CreateArmyController implements Initializable {
App.changeScene("main"); App.changeScene("main");
} }
@FXML
void incrementAmount(ActionEvent event) {
}
@FXML
void incrementHealth(ActionEvent event) {
}
@FXML @FXML
void loadArmyIntoBattle(ActionEvent event) { void loadArmyIntoBattle(ActionEvent event) {
......
This diff is collapsed.
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
} }
.list-view { .list-view {
-fx-font-size: 16pt; -fx-font-size: 14pt;
-fx-background-color: #E8F9FD; -fx-background-color: #E8F9FD;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment