mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 01:10:58 +08:00
Merge pull request #35757 from peppy/settings-wank
Adjust settings buttons and general section to feel better
This commit is contained in:
@@ -6,7 +6,7 @@ using osu.Game.Graphics.UserInterfaceV2;
|
||||
|
||||
namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
public partial class DangerousRoundedButton : RoundedButton
|
||||
public sealed partial class DangerousRoundedButton : RoundedButton
|
||||
{
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuColour colours)
|
||||
|
||||
@@ -56,7 +56,8 @@ namespace osu.Game.Graphics.UserInterface
|
||||
Origin = Anchor.Centre,
|
||||
Anchor = Anchor.Centre,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
CornerRadius = 5,
|
||||
CornerRadius = 10,
|
||||
CornerExponent = 2.5f,
|
||||
Masking = true,
|
||||
EdgeEffect = new EdgeEffectParameters
|
||||
{
|
||||
|
||||
@@ -357,7 +357,8 @@ namespace osu.Game.Graphics.UserInterface
|
||||
Icon = FontAwesome.Solid.ChevronDown,
|
||||
Anchor = Anchor.CentreRight,
|
||||
Origin = Anchor.CentreRight,
|
||||
Size = new Vector2(16),
|
||||
Size = new Vector2(10),
|
||||
Margin = new MarginPadding { Right = 2 },
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user