mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Increase editor verify settings width to give more breathing space
This commit is contained in:
@ -41,7 +41,7 @@ namespace osu.Game.Screens.Edit.Verify
|
|||||||
ColumnDimensions = new[]
|
ColumnDimensions = new[]
|
||||||
{
|
{
|
||||||
new Dimension(),
|
new Dimension(),
|
||||||
new Dimension(GridSizeMode.Absolute, 200),
|
new Dimension(GridSizeMode.Absolute, 225),
|
||||||
},
|
},
|
||||||
Content = new[]
|
Content = new[]
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user