diff --git a/src/game/editor/editor.cpp b/src/game/editor/editor.cpp index 1cc39464f..d6bb80c8f 100644 --- a/src/game/editor/editor.cpp +++ b/src/game/editor/editor.cpp @@ -3744,7 +3744,7 @@ void CEditor::RenderLayers(CUIRect LayersBox) else s_LayerPopupContext.m_vpLayers.clear(); - UI()->DoPopupMenu(&s_LayerPopupContext, UI()->MouseX(), UI()->MouseY(), 120, 230, &s_LayerPopupContext, PopupLayer); + UI()->DoPopupMenu(&s_LayerPopupContext, UI()->MouseX(), UI()->MouseY(), 120, 270, &s_LayerPopupContext, PopupLayer); } s_Operation = OP_NONE;