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