Fixed Nabi Issues N_SE-51372,N_SE-51671,N_SE-51871,N_SE-51866,N_SE-51567,N_SE-51536...
[apps/osp/Internet.git] / src / IntRadioCustomItem.cpp
index 608650a..1f58b61 100644 (file)
@@ -77,7 +77,7 @@ RadioCustomItem::Make(void)
        Color pressedTextColor = CUSTOM_COLOR_LISTVIEW_TEXT;
 
        AppLogDebug("RadioCustomItem::the text is %ls",__text.GetPointer());
-       r = AddElement(Rectangle(16, 5, __width - 60 , __height), IDA_FORMAT_STRING, __text, __fontSize, textColor, textColor, textColor, true);
+       r = AddElement(Rectangle(16, 5, __width - 120 , __height), IDA_FORMAT_STRING, __text, __fontSize, textColor, textColor, textColor, true);
        TryCatch(!IsFailed(r),,"RadioCustomItem::the value is %s",GetErrorMessage(r));
 
        CATCH: