clean up
This commit is contained in:
@ -25,7 +25,7 @@ class DictListItem(QListWidgetItem):
|
||||
self.setFont(fnt)
|
||||
|
||||
|
||||
def set_dot(self, state):
|
||||
def set_dot(self, state):
|
||||
pixmap = QPixmap(DOT_SIZE, DOT_SIZE)
|
||||
pixmap.fill(Qt.transparent)
|
||||
|
||||
|
Reference in New Issue
Block a user