about summary refs log tree commit diff
path: root/src/game/editor/ed_editor.cpp
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-01-04 11:38:14 +0100
committeroy <Tom_Adams@web.de>2011-01-04 11:38:14 +0100
commit336f00ae89be5051be20632c728076a436d93d3c (patch)
tree61f359e7263c9a2ed7741e8a714f9235d35adfb3 /src/game/editor/ed_editor.cpp
parent533d28e35a8f7278456abb6ef1b4d5e9e36063a9 (diff)
downloadzcatch-336f00ae89be5051be20632c728076a436d93d3c.tar.gz
zcatch-336f00ae89be5051be20632c728076a436d93d3c.zip
added colours for tile layers by Choupom
Diffstat (limited to 'src/game/editor/ed_editor.cpp')
-rw-r--r--src/game/editor/ed_editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/editor/ed_editor.cpp b/src/game/editor/ed_editor.cpp
index d8d72cc6..7195bd61 100644
--- a/src/game/editor/ed_editor.cpp
+++ b/src/game/editor/ed_editor.cpp
@@ -1827,7 +1827,7 @@ void CEditor::RenderLayers(CUIRect ToolBox, CUIRect ToolBar, CUIRect View)
 					m_SelectedGroup = g;
 					static int s_LayerPopupId = 0;
 					if(Result == 2)
-						UiInvokePopupMenu(&s_LayerPopupId, 0, UI()->MouseX(), UI()->MouseY(), 120, 180, PopupLayer);
+						UiInvokePopupMenu(&s_LayerPopupId, 0, UI()->MouseX(), UI()->MouseY(), 120, 220, PopupLayer);
 				}
 
 				LayerCur += 14.0f;