Fixed issue 45087
authorHimanshu <himanshu.t@samsung.com>
Mon, 8 Jul 2013 11:44:19 +0000 (17:14 +0530)
committerHimanshu <himanshu.t@samsung.com>
Mon, 8 Jul 2013 11:44:19 +0000 (17:14 +0530)
Change-Id: Ib6ba8a593a9097d2b94e0d61d6f1e75f6853907e
Signed-off-by: Himanshu <himanshu.t@samsung.com>
src/GlAlbumListEditorForm.cpp

index 56f4162..1d59c9b 100644 (file)
@@ -284,8 +284,8 @@ AlbumListEditorForm::CreateItem(int index)
        Bitmap* pBitmapRenameBg = null;
        Bitmap* pBitmapRename = null;
        String albumName ;
-       int canvasWidth = 64;
-       int canvasHeight = 64;
+       int canvasWidth = 75;
+       int canvasHeight = 75;
 
        IconListViewItem* pIconListviewItem = new (std::nothrow) IconListViewItem();
 
@@ -336,8 +336,8 @@ AlbumListEditorForm::CreateItem(int index)
 
                pEditAlbumCanvas = new (std::nothrow) Canvas();
                pEditAlbumCanvas->Construct(Rectangle(0, 0, canvasWidth, canvasHeight));
-               pEditAlbumCanvas->DrawBitmap(Point(0, 0), *pBitmapRenameBg);
-               pEditAlbumCanvas->DrawBitmap(Point(0, 0), *pBitmapRename);
+               pEditAlbumCanvas->DrawBitmap(Point(0, 6), *pBitmapRenameBg);
+               pEditAlbumCanvas->DrawBitmap(Point(0, 6), *pBitmapRename);
 
 
                pEditAlbumBitmap = new (std::nothrow) Bitmap();