mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2025-01-18 11:23:41 +01:00
adjusted font
This commit is contained in:
parent
b7e2e3213a
commit
6e99f17787
@ -69,7 +69,7 @@ public class BuildingPropertyCard extends Dialog implements PopupDialog {
|
||||
// Title
|
||||
Label title = container.addChild(new Label(field.getName(), new ElementId("label-Bold")));
|
||||
title.setBackground(new QuadBackgroundComponent(field.getColor().getColor()));
|
||||
title.setFontSize(40);
|
||||
title.setFontSize(38);
|
||||
|
||||
// Property details
|
||||
Container propertyValuesContainer = container.addChild(new Container());
|
||||
|
Loading…
Reference in New Issue
Block a user