mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-23 08:06:46 +00:00
Fix odd context menu colors
This commit is contained in:
@@ -91,7 +91,7 @@ class MetadataBox(QtGui.QTableWidget):
|
||||
self.verticalHeader().setVisible(False)
|
||||
self.setContentsMargins(0, 0, 0, 0)
|
||||
self.setSelectionMode(QtGui.QAbstractItemView.SingleSelection)
|
||||
self.setStyleSheet("border: none;")
|
||||
self.setStyleSheet("QTableWidget {border: none;}")
|
||||
self.itemChanged.connect(self.item_changed)
|
||||
self._item_signals = True
|
||||
self.colors = {
|
||||
|
||||
Reference in New Issue
Block a user