Rename "Not null" column to "NN" in Edit Table dialog

The "Not null" text didn't fit in the column width anyway and this makes
it more consistent with the other constraint columns.

See issue #1184.
This commit is contained in:
Martin Kleusberg
2017-10-29 13:14:09 +01:00
parent 4a386dd6a3
commit 557ef399bb

View File

@@ -243,7 +243,7 @@
</column>
<column>
<property name="text">
<string>Not null</string>
<string>NN</string>
</property>
<property name="toolTip">
<string>Not null</string>