Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Stopford <philstopford>2021-12-17 17:05:02 +0300
committerBrecht Van Lommel <brecht@blender.org>2021-12-17 17:21:12 +0300
commitc0d96ca9a5dbf168348b6a6bdee2f635c0c1685c (patch)
tree78c5674bc1ec958cbb3926ff8b6cc77829583d12 /source/blender
parent3b965ba10bf649922477cee41da9ed492299313c (diff)
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
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/editors/space_outliner/outliner_edit.c2
1 files changed, 1 insertions, 1 deletions
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,