diff --git a/source/blender/windowmanager/intern/wm_operators.cc b/source/blender/windowmanager/intern/wm_operators.cc index 6ff529b416a..4bba9bee6dd 100644 --- a/source/blender/windowmanager/intern/wm_operators.cc +++ b/source/blender/windowmanager/intern/wm_operators.cc @@ -1506,6 +1506,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,