mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Remove not necessary icon margin changes
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user