From 6796f26e7fe8f46234982fe57aba85dec6072f15 Mon Sep 17 00:00:00 2001 From: Oleksandr Kaspruk Date: Wed, 3 Jul 2013 12:06:02 +0300 Subject: [PATCH] N_SE-44379 fix. Change-Id: I1fdd0b623e0263dbe882843f72fc2abfd577f1bb Signed-off-by: Oleksandr Kaspruk --- project/src/FileManagerForm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/src/FileManagerForm.cpp b/project/src/FileManagerForm.cpp index 2ee3135..12eb7e1 100644 --- a/project/src/FileManagerForm.cpp +++ b/project/src/FileManagerForm.cpp @@ -184,7 +184,7 @@ FileManagerForm::CreateItem(int index, int itemWidth) } } - pItem->AddElement(Rectangle(80, 25, 720, 50), ID_FORMAT_STRING, fileName, true); + pItem->AddElement(Rectangle(80, 25, 720, 60), ID_FORMAT_STRING, fileName, true); return pItem; } -- 2.7.4