mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-03-21 17:55:21 -05:00
[DeckEditor] Alternate row colors in history list (#6626)
This commit is contained in:
parent
71cf3fabbf
commit
0f2899b5c7
|
|
@ -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…
Reference in New Issue
Block a user