mirror of
https://github.com/ppy/osu.git
synced 2026-05-17 20:35:39 +08:00
Fix incorrect text spacing in skin editor toolbar
Probably regressed with framework flow changes.
This commit is contained in:
@@ -436,8 +436,8 @@ namespace osu.Game.Overlays.SkinEditor
|
||||
|
||||
headerText.Clear();
|
||||
|
||||
headerText.AddParagraph(SkinEditorStrings.SkinEditor, cp => cp.Font = OsuFont.Default.With(size: 16));
|
||||
headerText.NewParagraph();
|
||||
headerText.AddText(SkinEditorStrings.SkinEditor, cp => cp.Font = OsuFont.Default.With(size: 16));
|
||||
headerText.NewLine();
|
||||
headerText.AddText(SkinEditorStrings.CurrentlyEditing, cp =>
|
||||
{
|
||||
cp.Font = OsuFont.Default.With(size: 12);
|
||||
|
||||
Reference in New Issue
Block a user