diff --git a/OpenHaystack/OpenHaystack/HaystackApp/Views/OpenHaystackMainView.swift b/OpenHaystack/OpenHaystack/HaystackApp/Views/OpenHaystackMainView.swift index 347d4e1..29a8db9 100644 --- a/OpenHaystack/OpenHaystack/HaystackApp/Views/OpenHaystackMainView.swift +++ b/OpenHaystack/OpenHaystack/HaystackApp/Views/OpenHaystackMainView.swift @@ -41,7 +41,7 @@ struct OpenHaystackMainView: View { accessoryToDeploy: self.$accessoryToDeploy, showESP32DeploySheet: self.$showESP32DeploySheet ) - .frame(minWidth: 300, idealWidth: 300, maxWidth: .infinity, minHeight: 300, idealHeight: 900, maxHeight: .infinity, alignment: .center) + .frame(minWidth: 200, idealWidth: 200, maxWidth: .infinity, minHeight: 300, idealHeight: 400, maxHeight: .infinity, alignment: .center) ZStack { AccessoryMapView(accessoryController: self.accessoryController, mapType: self.$mapType, focusedAccessory: self.focusedAccessory) @@ -55,7 +55,7 @@ struct OpenHaystackMainView: View { } } } - .frame(minWidth: 500, idealWidth: 900, maxWidth: .infinity, minHeight: 300, idealHeight: 900, maxHeight: .infinity, alignment: .center) + .frame(minWidth: 500, idealWidth: 500, maxWidth: .infinity, minHeight: 300, idealHeight: 400, maxHeight: .infinity, alignment: .center) .toolbar(content: { Picker("", selection: self.$mapType) { Text("Satellite").tag(MKMapType.hybrid) diff --git a/README.md b/README.md index 2896440..57a3709 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ OpenHaystack is a framework for tracking personal Bluetooth devices via Apple's massive Find My network. Use it to create your own tracking _tags_ that you can append to physical objects (keyrings, backpacks, ...) or integrate it into other Bluetooth-capable devices such as notebooks. -![Screenshot of the app](Resources/OpenHaystack-Screenshot.png) +Screenshot of the app ## Table of contents diff --git a/Resources/OpenHaystack-Screenshot.png b/Resources/OpenHaystack-Screenshot.png index f7979ba..1df30fa 100644 Binary files a/Resources/OpenHaystack-Screenshot.png and b/Resources/OpenHaystack-Screenshot.png differ