WIP: UI: Wrap Buttons #118579

Draft
Harley Acheson wants to merge 7 commits from Harley/blender:WrapButs into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 0 additions and 1 deletions
Showing only changes of commit ca8bfb83fc - Show all commits

View File

@ -3299,7 +3299,6 @@ static uiBut *uiItemL_(uiLayout *layout, const char *name, int icon, bool wrap =
const int w = ui_text_icon_width_ex(
layout, name, icon, ui_text_pad_none, UI_FSTYLE_WIDGET_LABEL);
uiBut *but;
if (icon && name[0]) {
but = uiDefIconTextBut(block,