mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
use a semi transparent, neutral selection in browser
As the base colour of rows is now visible, actions like flagging now provide immediate feedback about what they've changed.
This commit is contained in:
parent
9c85376b3e
commit
997cc95fc7
1 changed files with 1 additions and 0 deletions
|
@ -628,6 +628,7 @@ class Browser(QMainWindow):
|
|||
self.form.tableView.selectionModel()
|
||||
self.form.tableView.setItemDelegate(StatusDelegate(self, self.model))
|
||||
self.form.tableView.selectionModel().selectionChanged.connect(self.onRowChanged)
|
||||
self.form.tableView.setStyleSheet("QTableView{ selection-background-color: rgba(127, 127, 127, 50); }")
|
||||
self.singleCard = False
|
||||
|
||||
def setupEditor(self):
|
||||
|
|
Loading…
Reference in a new issue