Files
UnrealEngineUWP/Engine/Source/Developer/ToolWidgets
sebastian nordgren 2d132607b1 SCustomDialog no longer clips any button texts that are longer than the first button text.
This is because the dialog used SUniformGridPanel, which does sizing based on the first button, not the largest one. We now use SHorizontalBox with AutoWidth() instead.

Removed useless log entry.

[REVIEW] [at]dominik.peacock, [at]lauren.barnes
#rnx

[CL 22331033 by sebastian nordgren in ue5-main branch]
2022-10-04 11:06:26 -04:00
..