Skip to content

Commit 318a835

Browse files
committed
Default to creating an autoincrement primary key for spatialite
References #15071 (https://hub.qgis.org/issues/15071)
1 parent 6fae6e2 commit 318a835

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/ui/qgsnewspatialitelayerdialogbase.ui

+5-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
<rect>
5252
<x>0</x>
5353
<y>0</y>
54-
<width>432</width>
55-
<height>576</height>
54+
<width>419</width>
55+
<height>598</height>
5656
</rect>
5757
</property>
5858
<layout class="QVBoxLayout" name="verticalLayout">
@@ -251,6 +251,9 @@
251251
<property name="text">
252252
<string>Create an autoincrementing primary key</string>
253253
</property>
254+
<property name="checked">
255+
<bool>true</bool>
256+
</property>
254257
</widget>
255258
</item>
256259
<item>

0 commit comments

Comments
 (0)