mirror of
https://github.com/osukey/osukey.git
synced 2025-06-24 12:47:56 +09:00
Adjust icons size
This commit is contained in:
parent
b2c501a439
commit
2f7076f91c
@ -42,7 +42,7 @@ namespace osu.Game.Overlays.Profile.Sections.Recent
|
|||||||
AutoSizeAxes = Axes.Y,
|
AutoSizeAxes = Axes.Y,
|
||||||
ColumnDimensions = new[]
|
ColumnDimensions = new[]
|
||||||
{
|
{
|
||||||
new Dimension(GridSizeMode.Absolute, size: 40),
|
new Dimension(GridSizeMode.Absolute, size: 28),
|
||||||
new Dimension(),
|
new Dimension(),
|
||||||
new Dimension(GridSizeMode.AutoSize)
|
new Dimension(GridSizeMode.AutoSize)
|
||||||
},
|
},
|
||||||
@ -95,8 +95,9 @@ namespace osu.Game.Overlays.Profile.Sections.Recent
|
|||||||
return new UpdateableRank(activity.ScoreRank)
|
return new UpdateableRank(activity.ScoreRank)
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
Height = 16,
|
Height = 11,
|
||||||
FillMode = FillMode.Fit,
|
FillMode = FillMode.Fit,
|
||||||
|
Margin = new MarginPadding { Top = 2 }
|
||||||
};
|
};
|
||||||
|
|
||||||
case RecentActivityType.Achievement:
|
case RecentActivityType.Achievement:
|
||||||
@ -109,7 +110,8 @@ namespace osu.Game.Overlays.Profile.Sections.Recent
|
|||||||
})
|
})
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
Height = 20
|
Width = 0.5f,
|
||||||
|
Height = 18
|
||||||
};
|
};
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user