mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
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:
@@ -243,7 +243,7 @@
|
||||
</column>
|
||||
<column>
|
||||
<property name="text">
|
||||
<string>Not null</string>
|
||||
<string>NN</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Not null</string>
|
||||
|
||||
Reference in New Issue
Block a user