Merge branch 'blender-v4.1-release'

This commit is contained in:
Harley Acheson 2024-03-13 15:02:59 -07:00
commit 7852e0a551

@ -1486,6 +1486,7 @@ static uiBlock *wm_block_dialog_create(bContext *C, ARegion *region, void *user_
UI_block_flag_enable(block, UI_BLOCK_KEEP_OPEN | UI_BLOCK_NUMSELECT);
UI_fontstyle_set(&style->widget);
/* Width based on the text lengths. */
int text_width = std::max(
120 * UI_SCALE_FAC,