fix: PRAGMA user_version is not displayed correctly if it is higher than 10000

This commit is contained in:
schdub
2015-06-23 18:10:28 +03:00
parent 5e0d1ba34e
commit 7527df22ff

View File

@@ -727,7 +727,7 @@
<item row="15" column="1">
<widget class="QSpinBox" name="spinPragmaUserVersion">
<property name="maximum">
<number>10000</number>
<number>2147483647</number>
</property>
</widget>
</item>