diff --git a/source/blender/editors/interface/interface_templates.c b/source/blender/editors/interface/interface_templates.c index f61941cd2bc..6b11e727b66 100644 --- a/source/blender/editors/interface/interface_templates.c +++ b/source/blender/editors/interface/interface_templates.c @@ -1229,7 +1229,7 @@ static void template_ID_tabs(const bContext *C, LISTBASE_FOREACH (LinkData *, link, &ordered) { ID *id = link->data; - const int name_width = UI_fontstyle_string_width(&style->widgetlabel, id->name + 2); + const int name_width = UI_fontstyle_string_width(&style->widget, id->name + 2); const int but_width = name_width + UI_UNIT_X; uiButTab *tab = (uiButTab *)uiDefButR_prop(block,