From c0d96ca9a5dbf168348b6a6bdee2f635c0c1685c Mon Sep 17 00:00:00 2001 From: Phil Stopford Date: Fri, 17 Dec 2021 15:05:02 +0100 Subject: UI: make Remap User dialog in outliner wider The previous size was too small for common object names. Differential Revision: https://developer.blender.org/D13604 --- source/blender/editors/space_outliner/outliner_edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender') diff --git a/source/blender/editors/space_outliner/outliner_edit.c b/source/blender/editors/space_outliner/outliner_edit.c index 97e5c046452..34f442eb2f7 100644 --- a/source/blender/editors/space_outliner/outliner_edit.c +++ b/source/blender/editors/space_outliner/outliner_edit.c @@ -654,7 +654,7 @@ static int outliner_id_remap_invoke(bContext *C, wmOperator *op, const wmEvent * outliner_id_remap_find_tree_element(C, op, &space_outliner->tree, fmval[1]); } - return WM_operator_props_dialog_popup(C, op, 200); + return WM_operator_props_dialog_popup(C, op, 400); } static const EnumPropertyItem *outliner_id_itemf(bContext *C, -- cgit v1.2.3