mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Adjust spacing of time signature numerator input box
This commit is contained in:
@ -57,8 +57,12 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
{
|
||||
Anchor = Anchor.CentreLeft,
|
||||
Origin = Anchor.CentreLeft,
|
||||
Margin = new MarginPadding(10),
|
||||
Text = "/4",
|
||||
Margin = new MarginPadding
|
||||
{
|
||||
Left = 5,
|
||||
Right = CONTENT_PADDING_HORIZONTAL
|
||||
},
|
||||
Text = "/ 4",
|
||||
Font = OsuFont.Default.With(size: 20)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user