1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 05:01:22 +08:00

Remove incorrect padding

This commit is contained in:
Dean Herbert
2017-05-16 16:22:11 +09:00
Unverified
parent d1c198d9bf
commit fdf0137fc2
-1
View File
@@ -81,7 +81,6 @@ namespace osu.Game.Overlays
RelativeSizeAxes = Axes.Both,
Padding = new MarginPadding
{
Top = padding,
Bottom = textbox_height + padding
},
},