mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-26 22:09:58 -06:00
preferencesdialog: Remove color for NULL fields
This commit is contained in:
@@ -222,8 +222,6 @@ 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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -388,14 +388,6 @@
|
||||
<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