mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 23:52:57 +08:00
Reduce size of download button in list view to fit hover effect
This commit is contained in:
parent
2a0b1f3615
commit
6ea6a10def
@ -120,8 +120,8 @@ namespace osu.Game.Overlays.Direct
|
||||
Alpha = 0,
|
||||
Child = new DownloadButton(SetInfo)
|
||||
{
|
||||
Size = new Vector2(height - vertical_padding * 2),
|
||||
Margin = new MarginPadding { Left = vertical_padding },
|
||||
Size = new Vector2(height - vertical_padding * 3),
|
||||
Margin = new MarginPadding { Left = vertical_padding, Right = vertical_padding },
|
||||
},
|
||||
},
|
||||
new FillFlowContainer
|
||||
|
Loading…
Reference in New Issue
Block a user