mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2025-01-18 22:56:15 +01:00
Merge branch 'gui' of https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02 into gui
This commit is contained in:
commit
4fff8394d9
@ -136,7 +136,6 @@ public class BuyHouse extends Dialog {
|
||||
}
|
||||
|
||||
propertySelector = new Selector<>(propertyOptions, "glass");
|
||||
dropdownContainer.setBackground(new QuadBackgroundComponent(ColorRGBA.Orange));
|
||||
dropdownContainer.addChild(propertySelector);
|
||||
|
||||
// Track selection changes
|
||||
@ -149,7 +148,6 @@ public class BuyHouse extends Dialog {
|
||||
|
||||
return dropdownContainer;
|
||||
}
|
||||
|
||||
/**
|
||||
* Retrieves the list of properties owned by the current player.
|
||||
*
|
||||
|
@ -83,7 +83,7 @@ public class Rent extends Dialog {
|
||||
container.setPreferredSize(new Vector3f(550, 250, 10));
|
||||
|
||||
// Title
|
||||
Label title = container.addChild(new Label("Miete!", new ElementId("label-Bold")));
|
||||
Label title = container.addChild(new Label("Miete!", new ElementId("warning-title")));
|
||||
title.setFontSize(48);
|
||||
title.setColor(ColorRGBA.Black);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user