mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-07 05:53:59 -07:00
[DeckEditor] Alternate row colors in history list
This commit is contained in:
parent
71cf3fabbf
commit
a8ba22cb56
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ DeckListHistoryManagerWidget::DeckListHistoryManagerWidget(DeckStateManager *_de
|
|||
historyLabel = new QLabel(this);
|
||||
|
||||
historyList = new QListWidget(this);
|
||||
historyList->setAlternatingRowColors(true);
|
||||
|
||||
historyButton->addSettingsWidget(historyLabel);
|
||||
historyButton->addSettingsWidget(historyList);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue