mirror of
https://github.com/ppy/osu.git
synced 2025-03-18 23:57:22 +08:00
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:
commit
6ed21973b0
@ -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[]
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user