Reduce size of download button in list view to fit hover effect

This commit is contained in:
naoey 2018-07-03 20:26:49 +05:30
parent 2a0b1f3615
commit 6ea6a10def
1 changed files with 2 additions and 2 deletions

View File

@ -120,8 +120,8 @@ private void load(LocalisationEngine localisation, OsuColour colours)
Alpha = 0, Alpha = 0,
Child = new DownloadButton(SetInfo) Child = new DownloadButton(SetInfo)
{ {
Size = new Vector2(height - vertical_padding * 2), Size = new Vector2(height - vertical_padding * 3),
Margin = new MarginPadding { Left = vertical_padding }, Margin = new MarginPadding { Left = vertical_padding, Right = vertical_padding },
}, },
}, },
new FillFlowContainer new FillFlowContainer