From 4e830a71a1334a6f47ab4b3fb3cf44419a240f25 Mon Sep 17 00:00:00 2001 From: oy Date: Sat, 13 Aug 2011 18:53:41 +0200 Subject: [PATCH] decreased top offset of image add button in the editor. Closes #834 --- src/game/editor/editor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/game/editor/editor.cpp b/src/game/editor/editor.cpp index b7c1d0cb4..0b638aeb9 100644 --- a/src/game/editor/editor.cpp +++ b/src/game/editor/editor.cpp @@ -2448,7 +2448,6 @@ void CEditor::RenderImages(CUIRect ToolBox, CUIRect ToolBar, CUIRect View) // new image static int s_NewImageButton = 0; - ToolBox.HSplitTop(10.0f, &Slot, &ToolBox); ToolBox.HSplitTop(12.0f, &Slot, &ToolBox); if(DoButton_Editor(&s_NewImageButton, "Add", 0, &Slot, 0, "Load a new image to use in the map")) InvokeFileDialog(IStorage::TYPE_ALL, FILETYPE_IMG, "Add Image", "Add", "mapres", "", AddImage, this);