mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Hard-code text size in cases it wasn't set.
This commit is contained in:
@ -169,6 +169,7 @@ namespace osu.Game.Overlays.Notifications
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Icon = FontAwesome.fa_times_circle,
|
||||
TextSize = 20
|
||||
}
|
||||
};
|
||||
}
|
||||
|
@ -53,6 +53,7 @@ namespace osu.Game.Overlays.Notifications
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Icon = icon,
|
||||
TextSize = 20
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -32,6 +32,7 @@ namespace osu.Game.Overlays.Options
|
||||
{
|
||||
Icon = Ruleset.GetRuleset(m).Icon,
|
||||
Colour = Color4.Gray,
|
||||
TextSize = 20
|
||||
});
|
||||
|
||||
Children = new Drawable[]
|
||||
|
@ -87,6 +87,7 @@ namespace osu.Game.Overlays.Options
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
TextSize = 20
|
||||
},
|
||||
}
|
||||
},
|
||||
|
@ -98,6 +98,7 @@ namespace osu.Game.Overlays.Toolbar
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
TextSize = 20
|
||||
},
|
||||
DrawableText = new OsuSpriteText
|
||||
{
|
||||
|
Reference in New Issue
Block a user