Remove incorrect padding

This commit is contained in:
Dean Herbert
2017-05-16 16:22:11 +09:00
parent d1c198d9bf
commit fdf0137fc2

View File

@ -81,7 +81,6 @@ namespace osu.Game.Overlays
RelativeSizeAxes = Axes.Both,
Padding = new MarginPadding
{
Top = padding,
Bottom = textbox_height + padding
},
},