Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarinofaggiana <ios@nextcloud.com>2022-05-03 11:21:00 +0300
committermarinofaggiana <ios@nextcloud.com>2022-05-03 11:21:00 +0300
commitb0d1644c4c9ef87f18327ebd2206c07dd17af9e2 (patch)
tree034dcacd735b929366c7cf3e1c0223e176374a18 /iOSClient
parent943fbdb1e68f056d6099772f0d82f4b578030c68 (diff)
+ Corner radiusimproved/pdfview
Signed-off-by: marinofaggiana <ios@nextcloud.com>
Diffstat (limited to 'iOSClient')
-rw-r--r--iOSClient/Viewer/NCViewerPDF/NCViewerPDF.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/iOSClient/Viewer/NCViewerPDF/NCViewerPDF.swift b/iOSClient/Viewer/NCViewerPDF/NCViewerPDF.swift
index 0869b90df..3e77c598f 100644
--- a/iOSClient/Viewer/NCViewerPDF/NCViewerPDF.swift
+++ b/iOSClient/Viewer/NCViewerPDF/NCViewerPDF.swift
@@ -204,6 +204,7 @@ class NCViewerPDF: UIViewController, NCViewerPDFSearchDelegate, UIGestureRecogni
preferences.drawing.backgroundColor = NCBrandColor.shared.customer
preferences.drawing.textAlignment = .left
preferences.drawing.arrowPosition = .right
+ preferences.drawing.cornerRadius = 10
preferences.positioning.bubbleInsets.right = UIApplication.shared.keyWindow?.safeAreaInsets.right ?? 0