mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-13 16:30:29 -05: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