mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05: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
f576d19426
commit
96ae855afd
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