mirror of
https://github.com/ppy/osu
synced 2025-01-10 08:09:40 +00:00
Use fixed width
This commit is contained in:
parent
4a747182b4
commit
956acbc86f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user