Merge pull request #18447 from frenzibyte/editor-verify-settings-width

Fix editor verify settings looking cramped up due to small width
This commit is contained in:
Dean Herbert 2022-05-28 10:51:52 +09:00 committed by GitHub
commit 6ed21973b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ namespace osu.Game.Screens.Edit.Verify
ColumnDimensions = new[]
{
new Dimension(),
new Dimension(GridSizeMode.Absolute, 200),
new Dimension(GridSizeMode.Absolute, 250),
},
Content = new[]
{