mirror of
https://github.com/ppy/osu
synced 2025-01-10 16:19:47 +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()
|
public CancelButton()
|
||||||
{
|
{
|
||||||
|
Width = 90;
|
||||||
Height = 25;
|
Height = 25;
|
||||||
AutoSizeAxes = Axes.X;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override SpriteText CreateText() => new OsuSpriteText
|
protected override SpriteText CreateText() => new OsuSpriteText
|
||||||
|
@ -194,8 +194,8 @@ namespace osu.Game.Overlays.Comments
|
|||||||
|
|
||||||
public EditorCommitButton()
|
public EditorCommitButton()
|
||||||
{
|
{
|
||||||
|
Width = 90;
|
||||||
Height = 25;
|
Height = 25;
|
||||||
AutoSizeAxes = Axes.X;
|
|
||||||
Add(spinner = new LoadingSpinner
|
Add(spinner = new LoadingSpinner
|
||||||
{
|
{
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
|
Loading…
Reference in New Issue
Block a user