#16 asetukset välilehti #20

Merged
laurimaaninka merged 10 commits from asetukset into master 2026-05-14 23:30:54 +03:00
Showing only changes of commit ee552e647c - Show all commits
+3 -7
View File
@@ -35,11 +35,7 @@ public class Asetukset extends TabPohja {
yläpalkki.getChildren().add(btnNollaa);
root.setTop(yläpalkki);
root.setLeft(getFonttiAsetukset());
Label asetukset = new Label("Asetukset");
asetukset.setFont(tekstiFont);
root.setRight(asetukset);
root.setCenter(getFonttiAsetukset());
this.getChildren().add(root);
}
@@ -57,8 +53,8 @@ public class Asetukset extends TabPohja {
private GridPane getFonttiAsetukset() {
GridPane root = new GridPane();
root.setAlignment(Pos.CENTER);
root.setHgap(10);
root.setVgap(10);
root.setHgap(spacing*2);
root.setVgap(spacing*2);
root.setBorder(oletusBorder);
root.setPadding(oletusInsets);
int row = 0;