From 90722396633e321efe2ee858e3df5e54d912ebe2 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sun, 28 Apr 2024 20:39:44 -0500 Subject: [PATCH] Update ColourOptionsController2.m --- Sources/ColourOptionsController2.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/ColourOptionsController2.m b/Sources/ColourOptionsController2.m index 36b70a9..3014ce9 100644 --- a/Sources/ColourOptionsController2.m +++ b/Sources/ColourOptionsController2.m @@ -28,7 +28,7 @@ if ([[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPad && UIInterfaceOrientationIsLandscape(self.interfaceOrientation)) { CGRect screenRect = [[UIScreen mainScreen] bounds]; CGFloat screenWidth = screenRect.size.width; - if (screenWidth > 1024) { + if (screenWidth == 1024 || screenWidth == 1112) { self.view.transform = CGAffineTransformMakeScale(0.7, 0.7); } }