Yhtenäinen TV_COLUMN_STYLE

Signed-off-by: laurimaaninka <lauri.maaninka@gmail.com>
This commit is contained in:
2026-05-31 14:18:15 +03:00
parent 0634e8a13b
commit 127c9d671b
5 changed files with 10 additions and 17 deletions
@@ -123,10 +123,7 @@ public class KuljetusRaportit extends TabPohja {
for (TableColumn<RaporttiRivi, ?> sarake : tableView.getColumns()) {
sarake.setEditable(false);
sarake.setResizable(true);
sarake.setStyle(
"-fx-alignment: CENTER;" +
"-fx-font-size: " + Main.properties.getProperty("tekstiFonttiKoko") + "px;" +
"-fx-font-family: " + Main.properties.getProperty("tekstiFontti"));
sarake.setStyle(TV_COLUMN_STYLE);
}
}
}