Skip to content

Commit 4c76ef5

Browse files
authored
Merge pull request #167 from 0xifarouk/main
Fix extra padding for widgets on iOS 17
2 parents 3eddbb8 + 7432234 commit 4c76ef5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TelemetryDeckWidget/TelemetryDeckWidget.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ struct TelemetryDeckWidget: Widget {
122122
IntentConfiguration(kind: kind, intent: ConfigurationIntent.self, provider: Provider()) { entry in
123123
TelemetryDeckWidgetEntryView(entry: entry)
124124
}
125+
.contentMarginsDisabled()
125126
.configurationDisplayName("Telemetry Deck Widget")
126127
.description("If no Insights are available here, make sure you are logged in. You can search for Insights by name, app, or display type")
127128
}

0 commit comments

Comments
 (0)