summaryrefslogtreecommitdiff
path: root/src/ios.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-12-10 16:23:24 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-12-10 16:23:24 +0200
commit97a3dc5ef8829f744c6191d7c77681c1b2f1a07b (patch)
tree50895a30f8698fcbea7dfbd6b8d542ebb521d6e4 /src/ios.h
parentec88d55f71663ef711531c002434d9f55fe885f8 (diff)
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.
Diffstat (limited to 'src/ios.h')
-rw-r--r--src/ios.h1
1 files changed, 1 insertions, 0 deletions
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 {
74 disableAutocapitalize_SystemTextInputFlag = iBit(6), 74 disableAutocapitalize_SystemTextInputFlag = iBit(6),
75 alignRight_SystemTextInputFlag = iBit(7), 75 alignRight_SystemTextInputFlag = iBit(7),
76 insertNewlines_SystemTextInputFlag = iBit(8), 76 insertNewlines_SystemTextInputFlag = iBit(8),
77 extraPadding_SystemTextInputFlag = iBit(9),
77}; 78};
78 79
79iDeclareType(SystemTextInput) 80iDeclareType(SystemTextInput)