Hi bro, the size of the Toolbar can be changed by modifiing engine’s source code.
Engine\Source\Runtime\SlateCore\Private\Styling\StarshipCoreStyle.cpp
SlimToolbarStyle.SetIconSize(Icon20x20);
Change the Icon20x20 to Icon40x40, like
SlimToolbarStyle.SetIconSize(Icon40x40);