menu align top
This commit is contained in:
parent
66a27849f4
commit
1a4dc036b3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue