add border around recipes where several of them stack

This commit is contained in:
2026-08-12 08:30:10 +02:00
parent a3fddf63cc
commit bd8fe5157e
5 changed files with 49 additions and 9 deletions

View File

@@ -152,6 +152,7 @@ SchematicChoiceDialog::SchematicChoiceDialog(
RecipeLineRow* line =
new RecipeLineRow(itemIcons, buildingIcons, card);
line->setCardChrome(true);
cardLayout->addWidget(line);
line->setLine(spec);
}