fixed toolbar fontsize

This commit is contained in:
Yvonne Schmidt 2024-11-28 02:02:29 +01:00
parent c9df3a6176
commit 075f98883a

View File

@ -115,6 +115,7 @@ public class Toolbar extends Dialog implements GameEventListener {
private Button addPropertyMenuButton() {
Button propertyMenuButton = new Button("Grundstücke");
propertyMenuButton.setPreferredSize(new Vector3f(150, 50, 0));
propertyMenuButton.setFontSize(30);
propertyMenuButton.addClickCommands(s -> ifTopDialog(() -> {
app.getGameLogic().playSound(Sound.BUTTON);
new BuildingAdminMenu(app).open();