Please enlarge UE5 icon/text size on Toolsbar

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

企业微信截图_16323657352488

1 Like