Fix paginated layouts only showing one column even if enough space is available for more (#4946)

Fix paginated layouts only showing one column even if enough space is available for more

Co-authored-by: Dan Balasescu <1329837+smoogipoo@users.noreply.github.com>
This commit is contained in:
Dean Herbert 2019-06-07 20:26:34 +09:00 committed by GitHub
commit b28b59a496
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ protected PaginatedContainer(Bindable<User> user, string header, string missing)
{
AutoSizeAxes = Axes.Y,
RelativeSizeAxes = Axes.X,
Direction = FillDirection.Vertical,
Spacing = new Vector2(0, 2),
},
MoreButton = new ShowMoreButton