Merge pull request #766 from peppy/general-fixes

Remove incorrect padding
This commit is contained in:
Dean Herbert 2017-05-16 21:18:08 +09:00 committed by GitHub
commit 18b46dc0d4

View File

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