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 4cd635a commit 4ae9085Copy full SHA for 4ae9085
Assets/FbxExporters/Editor/FbxExportSettings.cs
@@ -10,7 +10,7 @@ namespace FbxExporters.EditorTools {
10
[CustomEditor(typeof(ExportSettings))]
11
public class ExportSettingsEditor : UnityEditor.Editor {
12
Vector2 scrollPos = Vector2.zero;
13
- const float LabelWidth = 125;
+ const float LabelWidth = 130;
14
const float SelectableLabelMinWidth = 90;
15
const float BrowseButtonWidth = 25;
16
0 commit comments