summaryrefslogtreecommitdiff
path: root/src/ios.m
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-12-09 18:45:29 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-12-09 18:45:29 +0200
commit812b770e2f63fa2864b88de6d7a0dbe37abf026a (patch)
tree927ce5754ab0ef41d4ce3f1039b969fa6aad1007 /src/ios.m
parenta265ab290cc9bce2f0c305a3eaf9d743380b967b (diff)
Mobile: UploadWidget allows editing URL path
Diffstat (limited to 'src/ios.m')
-rw-r--r--src/ios.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ios.m b/src/ios.m
index b6fbdec0..43d7ec69 100644
--- a/src/ios.m
+++ b/src/ios.m
@@ -850,7 +850,7 @@ void setFont_SystemTextInput(iSystemTextInput *d, int fontId) {
850// for (NSString *name in [UIFont fontNamesForFamilyName:@"Iosevka Term"]) { 850// for (NSString *name in [UIFont fontNamesForFamilyName:@"Iosevka Term"]) {
851// printf("fontname: %s\n", [name cStringUsingEncoding:NSUTF8StringEncoding]); 851// printf("fontname: %s\n", [name cStringUsingEncoding:NSUTF8StringEncoding]);
852// } 852// }
853 font = [UIFont fontWithName:@"Iosevka-Term-Extended" size:height * 0.8f]; 853 font = [UIFont fontWithName:@"Iosevka-Term-Extended" size:height * 0.82f];
854 } 854 }
855 else { 855 else {
856// font = [UIFont systemFontOfSize:0.65f * height]; 856// font = [UIFont systemFontOfSize:0.65f * height];