mirror of
https://github.com/ppy/osu
synced 2025-01-03 04:42:10 +00:00
Remove not necessary icon margin changes
This commit is contained in:
parent
19872d9e24
commit
519548c99f
@ -84,7 +84,6 @@ namespace osu.Game.Overlays.BeatmapListing
|
||||
SortDirection.BindValueChanged(direction =>
|
||||
{
|
||||
icon.Icon = direction.NewValue == Overlays.SortDirection.Ascending ? FontAwesome.Solid.CaretUp : FontAwesome.Solid.CaretDown;
|
||||
icon.Margin = direction.NewValue == Overlays.SortDirection.Ascending ? new MarginPadding { Top = 1 } : new MarginPadding { Top = 2 };
|
||||
}, true);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user