Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Default to creating an autoincrement primary key for spatialite
  • Loading branch information
m-kuhn committed Jun 21, 2016
1 parent 6fae6e2 commit 318a835
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/ui/qgsnewspatialitelayerdialogbase.ui
Expand Up @@ -51,8 +51,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>432</width>
<height>576</height>
<width>419</width>
<height>598</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
Expand Down Expand Up @@ -251,6 +251,9 @@
<property name="text">
<string>Create an autoincrementing primary key</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand Down

0 comments on commit 318a835

Please sign in to comment.