Extend version field to 12 characters

This is needed because some mods out there have version strings longer than 10 characters. For example, the current version string of [SSE Engine Fixes (skse64 plugin)](https://www.nexusmods.com/skyrimspecialedition/mods/17230) is "2.12.1.5.50" -- 11 characters in total.

12 should hopefully be enough.
This commit is contained in:
Gaerzi
2018-09-25 17:37:24 +02:00
committed by GitHub
parent b1a3bdd6e8
commit e2ec6632ec
+1 -1
View File
@@ -682,7 +682,7 @@ p, li { white-space: pre-wrap; }
</size>
</property>
<property name="maxLength">
<number>10</number>
<number>12</number>
</property>
</widget>
</item>