Skip to content

Commit 4ae9085

Browse files
author
AJubrey
committed
[CHANGED] label width to 130, the most it can be before forcing a scroll bar
1 parent 4cd635a commit 4ae9085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/FbxExportSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace FbxExporters.EditorTools {
1010
[CustomEditor(typeof(ExportSettings))]
1111
public class ExportSettingsEditor : UnityEditor.Editor {
1212
Vector2 scrollPos = Vector2.zero;
13-
const float LabelWidth = 125;
13+
const float LabelWidth = 130;
1414
const float SelectableLabelMinWidth = 90;
1515
const float BrowseButtonWidth = 25;
1616

0 commit comments

Comments
 (0)