Skip to content

Commit 1c8e5b8

Browse files
committed
Fix for NullPointer Exception after column resize.
1 parent 4a243b9 commit 1c8e5b8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

UnityLauncher/App.config

+7
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@
4545
<setting name="showGitBranchColumn" serializeAs="String">
4646
<value>False</value>
4747
</setting>
48+
<setting name="gridColumnWidths" serializeAs="Xml">
49+
<value>
50+
<ArrayOfInt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
51+
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
52+
</ArrayOfInt>
53+
</value>
54+
</setting>
4855
</UnityLauncher.Properties.Settings>
4956
</userSettings>
5057
</configuration>

0 commit comments

Comments
 (0)