Fixed Nabi Issues: 53721,53372,53761,53768
[apps/osp/Internet.git] / src / IntSettingToggleCustomItem.cpp
index 30977c7..021c050 100644 (file)
@@ -80,7 +80,7 @@ SettingToggleCustomItem::Make(void)
        const int Y_Margin = 26;
        const int textSize = 40;
 
-       AddElement(Rectangle(X_Margin, Y_Margin, __width - 185, 60 + (__fontSize - 44)), IDA_FORMAT_STRING, __text, __fontSize, textColor, pressedTextColor, pressedTextColor, true);
+       AddElement(Rectangle(X_Margin, Y_Margin, __width - 195, 60 + (__fontSize - 44)), IDA_FORMAT_STRING, __text, __fontSize, textColor, pressedTextColor, pressedTextColor, true);
 //     SetElementSelectionEnabled(IDA_FORMAT_STRING, false);
 
        return E_SUCCESS;