fixed issue 44727
authorHimanshu <himanshu.t@samsung.com>
Thu, 4 Jul 2013 11:13:54 +0000 (16:43 +0530)
committerHimanshu <himanshu.t@samsung.com>
Thu, 4 Jul 2013 11:13:54 +0000 (16:43 +0530)
Change-Id: I665008685c44ea51daeed44ba81ada7890d9b189
Signed-off-by: Himanshu <himanshu.t@samsung.com>
src/GlSettingToggleCustomItem.cpp

index 94c0bc3..d631b17 100644 (file)
@@ -75,7 +75,7 @@ SettingToggleCustomItem::Make(int fontSize)
        const int X_Margin = 26;
        const int Y_Margin = 26;
 
-       AddElement(Rectangle(X_Margin, Y_Margin, __width - 60, __height - 2* Y_Margin), IDA_FORMAT_STRING, __text, fontSize, textColor, pressedTextColor, pressedTextColor, true);
+       AddElement(Rectangle(X_Margin, Y_Margin, __width - 200, __height - 2* Y_Margin), IDA_FORMAT_STRING, __text, fontSize, textColor, pressedTextColor, pressedTextColor, true);
 
        return E_SUCCESS;
 }