UI: Operator Confirm Dialog Changes #117564

Merged
Harley Acheson merged 13 commits from Harley/blender:NewConfirm into main 2024-01-29 18:52:27 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit db829cb957 - Show all commits

View File

@ -1585,7 +1585,7 @@ static uiBlock *wm_block_dialog_create(bContext *C, ARegion *region, void *user_
uiTemplateOperatorPropertyButs(C, layout, op, UI_BUT_LABEL_ALIGN_SPLIT_COLUMN, 0);
}
uiItemS_ex(layout, small ? 1.0f : 2.0f);
uiItemS_ex(layout, small ? 0.4f : 2.0f);
/* clear so the OK button is left alone */
UI_block_func_set(block, nullptr, nullptr, nullptr);