Skip to content

Commit

Permalink
Set to DarkGreen the highlighting color for edited service entries
Browse files Browse the repository at this point in the history
  • Loading branch information
gacarrillor committed May 3, 2024
1 parent 3925fac commit 074cc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg_service_parser/core/item_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def data(self, index, role=Qt.DisplayRole):
return font
elif role == Qt.ForegroundRole and index.column() == self.VALUE_COL:
if self.__model_data[key] != self.__original_data[key]:
return QColorConstants.Red
return QColorConstants.DarkGreen

return None

Expand Down

0 comments on commit 074cc87

Please sign in to comment.