mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 12:27:26 +08:00
Make colour palette things circular again
This commit is contained in:
parent
2c0a7d4c18
commit
090c8ee602
@ -77,7 +77,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
|
||||
Child = button = new RoundedButton
|
||||
{
|
||||
Action = () => Colours.Add(Colour4.White),
|
||||
Size = new Vector2(70, 25),
|
||||
Size = new Vector2(70),
|
||||
Text = "+",
|
||||
}
|
||||
}
|
||||
@ -149,10 +149,10 @@ namespace osu.Game.Graphics.UserInterfaceV2
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
Size = new Vector2(70, 25);
|
||||
Size = new Vector2(70);
|
||||
|
||||
Masking = true;
|
||||
CornerRadius = 12.5f;
|
||||
CornerRadius = 35;
|
||||
Action = this.ShowPopover;
|
||||
|
||||
Children = new Drawable[]
|
||||
|
Loading…
Reference in New Issue
Block a user