Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ee552e647c | |||
| e93004ee0d | |||
| 6284ac0663 |
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user