[DeckEditor] Alternate row colors in history list (#6626)

This commit is contained in:
RickyRister 2026-02-22 13:11:10 -08:00 committed by GitHub
parent 71cf3fabbf
commit 0f2899b5c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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