mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2025-01-18 19:33:40 +01:00
adjusted test in ReceivedRent
This commit is contained in:
parent
9e81fb8549
commit
2aca94100e
@ -107,7 +107,7 @@ public class ReceivedRent extends Dialog {
|
||||
|
||||
// Rent message
|
||||
Container textContainer = container.addChild(new Container());
|
||||
textContainer.addChild(new Label(playerName+ "zahlt dir " + amount + " EUR Miete",
|
||||
textContainer.addChild(new Label(playerName+ " zahlt dir " + amount + " EUR Miete",
|
||||
new ElementId("label-Text")));
|
||||
textContainer.setBackground(new QuadBackgroundComponent(new ColorRGBA(0.4657f, 0.4735f, 0.4892f, 1.0f)));
|
||||
textContainer.setPreferredSize(container.getPreferredSize().addLocal(-250, -200, 0));
|
||||
|
Loading…
Reference in New Issue
Block a user