Skip to content
Snippets Groups Projects
Commit 6a5938f7 authored by inso's avatar inso
Browse files

Wrong font on windows

parent e1f9c842
Branches
Tags
No related merge requests found
...@@ -52,11 +52,5 @@ class SentListModel(QAbstractListModel): ...@@ -52,11 +52,5 @@ class SentListModel(QAbstractListModel):
value = "{0} to {1}".format(amount, outputs[0].pubkey) value = "{0} to {1}".format(amount, outputs[0].pubkey)
return value return value
if role == Qt.FontRole:
if row < len(self.account.transactions_sent(self.community)):
return QFont('Sans Serif', italic=False)
else:
return QFont('Sans Serif', italic=True)
def flags(self, index): def flags(self, index):
return Qt.ItemIsSelectable | Qt.ItemIsEnabled return Qt.ItemIsSelectable | Qt.ItemIsEnabled
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment