mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Enable alternating row colors in EntryView.
This commit is contained in:
parent
ce268260b1
commit
a5eb93255b
@ -36,6 +36,7 @@ EntryView::EntryView(QWidget* parent)
|
||||
|
||||
setUniformRowHeights(true);
|
||||
setRootIsDecorated(false);
|
||||
setAlternatingRowColors(true);
|
||||
setDragEnabled(true);
|
||||
setSortingEnabled(true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user