Browse Source

Fixed command name spacing when line numbers shown

master
chrisgregan 9 years ago
parent
commit
d7ff585059
  1. 5
      Assets/Fungus/Flowchart/Editor/CommandListAdaptor.cs
  2. 9
      Assets/Tests/TestAssets/Animation.meta

5
Assets/Fungus/Flowchart/Editor/CommandListAdaptor.cs

@ -431,9 +431,8 @@ namespace Fungus
}
else
{
summaryRect.x += commandNameWidth + 20;
summaryRect.width -= commandNameWidth + 20;
summaryRect.width -= 5;
summaryRect.x += commandNameWidth + 5;
summaryRect.width -= commandNameWidth;
}
GUIStyle summaryStyle = new GUIStyle();

9
Assets/Tests/TestAssets/Animation.meta

@ -0,0 +1,9 @@
fileFormatVersion: 2
guid: f5528a125b1c64ce4b4ad7ae57de4989
folderAsset: yes
timeCreated: 1459263232
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
Loading…
Cancel
Save