menu align top
This commit is contained in:
parent
66a27849f4
commit
1a4dc036b3
@ -57,7 +57,7 @@ public class RepeatingScreen extends BaseOwoScreen<FlowLayout> {
|
|||||||
rootComponent
|
rootComponent
|
||||||
.surface(Surface.VANILLA_TRANSLUCENT)
|
.surface(Surface.VANILLA_TRANSLUCENT)
|
||||||
.horizontalAlignment(HorizontalAlignment.CENTER)
|
.horizontalAlignment(HorizontalAlignment.CENTER)
|
||||||
.verticalAlignment(VerticalAlignment.CENTER);
|
.verticalAlignment(VerticalAlignment.TOP);
|
||||||
|
|
||||||
replay_btn = (ButtonComponent) Components.button(Text.of("replay"),
|
replay_btn = (ButtonComponent) Components.button(Text.of("replay"),
|
||||||
(ButtonComponent btn) -> {
|
(ButtonComponent btn) -> {
|
||||||
|
Loading…
Reference in New Issue
Block a user