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