mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-04-26 14:39:01 -05:00
Add NULL to the SQL Preferences tab
This commit is contained in:
@@ -206,6 +206,8 @@ QVariant PreferencesDialog::getSettingsDefaultValue(const QString& group, const
|
||||
return QColor(Qt::red).name();
|
||||
else if(name == "currentline_colour")
|
||||
return QColor(236, 236, 245).name();
|
||||
else if(name == "null_colour")
|
||||
return QColor(255,0,0,20).name();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -363,6 +363,14 @@
|
||||
<string>Current line</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>null</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Null</string>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
||||
Reference in New Issue
Block a user