ProductionTabsWidget: allow specifying different panels for left/right scroll button and tab buttons.

This commit is contained in:
michaeldgg2
2023-01-25 11:42:25 +01:00
committed by Gustas
parent 38e52c062e
commit ca7e7c2304
4 changed files with 52 additions and 5 deletions

View File

@@ -43,7 +43,8 @@ namespace OpenRA.Mods.Common.Widgets.Logic
}
else if (widget is ProductionTabsWidget ptw)
{
ptw.Button += suffix;
ptw.ArrowButton += suffix;
ptw.TabButton += suffix;
ptw.Background += suffix;
}
else