Skip to content

Commit

Permalink
Merge branch '1.20.1/dev' into 1.20.1/fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
bibi-reden committed Dec 14, 2024
2 parents 1d069fb + 3889f16 commit 7b3f494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/kotlin/com/bibireden/playerex/ui/PlayerEXScreen.kt
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ class PlayerEXScreen : BaseUIModelScreen<FlowLayout>(FlowLayout::class.java, Dat
Containers.verticalScroll(Sizing.fill(90), Sizing.fill(100), Containers.verticalFlow(Sizing.content(), Sizing.content())
.apply {
gap(2)
padding(Insets.of(4))
padding(Insets.of(2))
verticalAlignment(VerticalAlignment.TOP)
horizontalAlignment(HorizontalAlignment.CENTER)
horizontalAlignment(HorizontalAlignment.LEFT)
}
.also { vf ->
pages.forEachIndexed { index, (resource) ->
Expand Down

0 comments on commit 7b3f494

Please sign in to comment.