Skip to content
Snippets Groups Projects
Commit 2e7546f7 authored by Eilert Tunheim's avatar Eilert Tunheim
Browse files

Updated some minor style values

parent 1660f80c
No related branches found
No related tags found
No related merge requests found
......@@ -170,7 +170,7 @@ public class Main extends Application {
moistureGoalText.setPromptText("12%");
Button finish = new Button("Finish");
finish.setTranslateX(5);
finish.setId("sideBarButtonFinish");
sideBarVBox.getChildren().addAll(treeSpeciesLabel, treeSpeciesText, dimensionsLabel, dimensionsText, sawsetLabel, sawsetText, moistureGoalLabel, moistureGoalText, finish);
......
......@@ -25,7 +25,7 @@
-fx-translate-x: 10;
-fx-max-height: infinity;
-fx-max-width: infinity;
/*-fx-alignment: center;*/
-fx-font-size: 16;
-fx-font-family: Arial;
}
......@@ -34,9 +34,18 @@
-fx-translate-x: 5;
-fx-max-height: infinity;
-fx-max-width: infinity;
-fx-font-size: 16;
-fx-font-family: Arial;
/*-fx-alignment: center;*/
-fx-font-style: normal;
}
#sideBarButtonFinish {
-fx-translate-x: 5;
-fx-translate-y: 20;
-fx-pref-width: infinity;
-fx-pref-height: 25;
-fx-font-size: 20;
-fx-font-family: Arial;
-fx-background-color: rgba(104, 229, 59, 1);
}
......
......@@ -25,7 +25,7 @@
-fx-translate-x: 10;
-fx-max-height: infinity;
-fx-max-width: infinity;
/*-fx-alignment: center;*/
-fx-font-size: 16;
-fx-font-family: Arial;
}
......@@ -34,9 +34,18 @@
-fx-translate-x: 5;
-fx-max-height: infinity;
-fx-max-width: infinity;
-fx-font-size: 16;
-fx-font-family: Arial;
/*-fx-alignment: center;*/
-fx-font-style: normal;
}
#sideBarButtonFinish {
-fx-translate-x: 5;
-fx-translate-y: 20;
-fx-pref-width: infinity;
-fx-pref-height: 25;
-fx-font-size: 20;
-fx-font-family: Arial;
-fx-background-color: rgba(104, 229, 59, 1);
}
......
No preview for this file type
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