diff options
| author | Gaerzi <gaerzi@gmail.com> | 2018-09-25 17:37:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-25 17:37:24 +0200 |
| commit | e2ec6632ec3d89e211326e0d27d032ec238b65bb (patch) | |
| tree | 8c52d91419627166a7c98e8353ef875a3878f27a /src/modinfodialog.ui | |
| parent | b1a3bdd6e8dba5df77f25b3813bcb73043b14bbc (diff) | |
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.
Diffstat (limited to 'src/modinfodialog.ui')
| -rw-r--r-- | src/modinfodialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modinfodialog.ui b/src/modinfodialog.ui index de9fe5ed..8455df78 100644 --- a/src/modinfodialog.ui +++ b/src/modinfodialog.ui @@ -682,7 +682,7 @@ p, li { white-space: pre-wrap; } </size>
</property>
<property name="maxLength">
- <number>10</number>
+ <number>12</number>
</property>
</widget>
</item>
|
