[DeckEditor] Alternate row colors in history list

This commit is contained in:
RickyRister 2026-02-22 13:03:51 -08:00
parent 71cf3fabbf
commit a8ba22cb56

View file

@ -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);