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

Wrong font on windows

parent e1f9c842
No related branches found
No related tags found
No related merge requests found
......@@ -52,11 +52,5 @@ class SentListModel(QAbstractListModel):
value = "{0} to {1}".format(amount, outputs[0].pubkey)
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):
return Qt.ItemIsSelectable | Qt.ItemIsEnabled
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment