From 97a3dc5ef8829f744c6191d7c77681c1b2f1a07b Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 10 Dec 2021 16:23:24 +0200 Subject: iOS: Extra padding at bottom of upload text editor Long multiline editors should have a fair bit of overscroll at the bottom, as long as it doesn't affect the normal expanding editors. --- src/ios.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ios.h') diff --git a/src/ios.h b/src/ios.h index fbe7c2eb..bf742f1f 100644 --- a/src/ios.h +++ b/src/ios.h @@ -74,6 +74,7 @@ enum iSystemTextInputFlags { disableAutocapitalize_SystemTextInputFlag = iBit(6), alignRight_SystemTextInputFlag = iBit(7), insertNewlines_SystemTextInputFlag = iBit(8), + extraPadding_SystemTextInputFlag = iBit(9), }; iDeclareType(SystemTextInput) -- cgit v1.2.3