mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-03 10:57:07 -04:00
Enable alternating row colors in EntryView.
This commit is contained in:
parent
ce268260b1
commit
a5eb93255b
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ EntryView::EntryView(QWidget* parent)
|
|||
|
||||
setUniformRowHeights(true);
|
||||
setRootIsDecorated(false);
|
||||
setAlternatingRowColors(true);
|
||||
setDragEnabled(true);
|
||||
setSortingEnabled(true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue