From 39fb7c6b5b7567911da2dc569df71e40c6fa2820 Mon Sep 17 00:00:00 2001 From: daboe01 Date: Tue, 3 Feb 2026 08:20:15 +0100 Subject: [PATCH] formatting --- AppKit/CPTextField.j | 4 ---- 1 file changed, 4 deletions(-) diff --git a/AppKit/CPTextField.j b/AppKit/CPTextField.j index ba960f582..58de41e92 100644 --- a/AppKit/CPTextField.j +++ b/AppKit/CPTextField.j @@ -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: