mirror of
https://github.com/ppy/osu.git
synced 2026-06-06 01:33:50 +08:00
Use fixed width
This commit is contained in:
@@ -31,8 +31,8 @@ namespace osu.Game.Overlays.Comments
|
||||
{
|
||||
public CancelButton()
|
||||
{
|
||||
Width = 90;
|
||||
Height = 25;
|
||||
AutoSizeAxes = Axes.X;
|
||||
}
|
||||
|
||||
protected override SpriteText CreateText() => new OsuSpriteText
|
||||
|
||||
@@ -194,8 +194,8 @@ namespace osu.Game.Overlays.Comments
|
||||
|
||||
public EditorCommitButton()
|
||||
{
|
||||
Width = 90;
|
||||
Height = 25;
|
||||
AutoSizeAxes = Axes.X;
|
||||
Add(spinner = new LoadingSpinner
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
|
||||
Reference in New Issue
Block a user