From 8ce2b3987205e0efca43a7f4e755da6a1308cc0d Mon Sep 17 00:00:00 2001 From: Duraid Abdul Date: Tue, 11 May 2021 11:05:39 -0700 Subject: [PATCH] Update Console.swift --- Sources/LocalConsole/Console.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/LocalConsole/Console.swift b/Sources/LocalConsole/Console.swift index cc41019..2f2be46 100644 --- a/Sources/LocalConsole/Console.swift +++ b/Sources/LocalConsole/Console.swift @@ -16,7 +16,7 @@ public class Console: NSObject, UIGestureRecognizerDelegate { public static let shared = Console() - let consoleSize = CGSize(width: 208, height: 116) + let consoleSize = CGSize(width: 212, height: 124) // Strong reference needed to keep the window alive. var consoleWindow: ConsoleWindow? @@ -214,7 +214,7 @@ public class Console: NSObject, UIGestureRecognizerDelegate { let attributes: [NSAttributedString.Key: Any] = [ .paragraphStyle: paragraphStyle, .foregroundColor: UIColor.white, - .font: UIFont.systemFont(ofSize: 7, weight: .semibold, design: .monospaced) + .font: UIFont.systemFont(ofSize: 8, weight: .semibold, design: .monospaced) ] let string: String = {