aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS/ScrollableLabel.swift
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-12-09 23:20:25 +0530
committerRoopesh Chander <roop@roopc.net>2018-12-10 01:45:34 +0530
commit692b0c6519b7e2813ce515a8799f4d88103c8ff6 (patch)
treecb3d75c9a94396bcbf05238cee961f7cd8f76618 /WireGuard/WireGuard/UI/iOS/ScrollableLabel.swift
parentTunnels list: Dynamic Type support for the add button at the center (diff)
downloadwireguard-apple-692b0c6519b7e2813ce515a8799f4d88103c8ff6.tar.xz
wireguard-apple-692b0c6519b7e2813ce515a8799f4d88103c8ff6.zip
Tunnel detail: Dynamic Type support
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuard/UI/iOS/ScrollableLabel.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/WireGuard/WireGuard/UI/iOS/ScrollableLabel.swift b/WireGuard/WireGuard/UI/iOS/ScrollableLabel.swift
index 780d6c8..7abd4de 100644
--- a/WireGuard/WireGuard/UI/iOS/ScrollableLabel.swift
+++ b/WireGuard/WireGuard/UI/iOS/ScrollableLabel.swift
@@ -13,7 +13,7 @@ class ScrollableLabel: UIScrollView {
set(value) { label.textColor = value }
}
- private let label: UILabel
+ let label: UILabel
init() {
let label = UILabel()