mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
fix: PRAGMA user_version is not displayed correctly if it is higher than 10000
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user