Label Width Attribute

LabelWidth is used to change the width of labels for properties.

public int DefaultWidth;

[LabelWidth(50)]
public int Thin;

[LabelWidth(250)]
public int Wide;