[Bf-blender-cvs] [c0d96ca9a5d] master: UI: make Remap User dialog in outliner wider

Phil Stopford noreply at git.blender.org
Fri Dec 17 15:29:58 CET 2021


Commit: c0d96ca9a5dbf168348b6a6bdee2f635c0c1685c
Author: Phil Stopford
Date:   Fri Dec 17 15:05:02 2021 +0100
Branches: master
https://developer.blender.org/rBc0d96ca9a5dbf168348b6a6bdee2f635c0c1685c

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

===================================================================

M	source/blender/editors/space_outliner/outliner_edit.c

===================================================================

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,



More information about the Bf-blender-cvs mailing list