mirror of
https://github.com/ppy/osu
synced 2024-12-13 18:37:04 +00:00
Adjusted margin to fix the 1 px increase
This commit is contained in:
parent
2e3a66cb6e
commit
b0bcbf8b93
@ -58,7 +58,7 @@ namespace osu.Game.Screens.Select
|
||||
}
|
||||
},
|
||||
AutoSizeAxes = Axes.Both,
|
||||
Margin = new MarginPadding { Left = 70, Right = 15 }
|
||||
Margin = new MarginPadding { Left = 70, Right = 14 }
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user