formatting

This commit is contained in:
daboe01
2026-02-03 08:20:15 +01:00
parent 0fa2b62cc9
commit 39fb7c6b5b
-4
View File
@@ -767,10 +767,6 @@ CPTextFieldStatePlaceholder = CPThemeState("placeholder");
verticalAlign = [self currentValueForThemeAttribute:"vertical-alignment"],
left = CGRectGetMinX(contentRect);
// If the browser has a built in left padding, compensate for it. We need the input text to be exactly on top of the original text.
//if (CPFeatureIsCompatible(CPInput1PxLeftPadding))
// left -= 1;
switch (verticalAlign)
{
case CPTopVerticalTextAlignment: