mirror of
https://github.com/ppy/osu.git
synced 2025-03-05 11:43:01 +08:00
Trim whitespace that magically appeared
This commit is contained in:
parent
3ca112aef0
commit
6675c455f3
@ -27,25 +27,25 @@ namespace osu.Game.Screens.Edit.Screens.Setup.Components.LabelledComponents
|
|||||||
private const float default_label_text_size = 16;
|
private const float default_label_text_size = 16;
|
||||||
|
|
||||||
public event OnCommitHandler OnCommit;
|
public event OnCommitHandler OnCommit;
|
||||||
|
|
||||||
public bool ReadOnly
|
public bool ReadOnly
|
||||||
{
|
{
|
||||||
get => textBox.ReadOnly;
|
get => textBox.ReadOnly;
|
||||||
set => textBox.ReadOnly = value;
|
set => textBox.ReadOnly = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
public string LabelText
|
public string LabelText
|
||||||
{
|
{
|
||||||
get => label.Text;
|
get => label.Text;
|
||||||
set => label.Text = value;
|
set => label.Text = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
public float LabelTextSize
|
public float LabelTextSize
|
||||||
{
|
{
|
||||||
get => label.TextSize;
|
get => label.TextSize;
|
||||||
set => label.TextSize = value;
|
set => label.TextSize = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
public string PlaceholderText
|
public string PlaceholderText
|
||||||
{
|
{
|
||||||
get => textBox.PlaceholderText;
|
get => textBox.PlaceholderText;
|
||||||
|
Loading…
Reference in New Issue
Block a user