We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b3364 commit 31f4c8fCopy full SHA for 31f4c8f
Assets/Plugins/Source/Editor/Utility/GUIEditorUtility.cs
@@ -542,7 +542,7 @@ public static float MeasureLongestLabelWidth(List<string> labels)
542
543
public static float MeasureLabelWidth(int characters)
544
{
545
- return MeasureLabelWidth(new string('0', characters));
+ return MeasureLabelWidth(new string('M', characters));
546
}
547
548
public static float MeasureLabelWidth(string label)
0 commit comments