Skip to content

Commit

Permalink
Merge pull request #167 from 0xifarouk/main
Browse files Browse the repository at this point in the history
Fix extra padding for widgets on iOS 17
  • Loading branch information
winsmith authored Mar 16, 2024
2 parents 3eddbb8 + 7432234 commit 4c76ef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TelemetryDeckWidget/TelemetryDeckWidget.swift
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ struct TelemetryDeckWidget: Widget {
IntentConfiguration(kind: kind, intent: ConfigurationIntent.self, provider: Provider()) { entry in
TelemetryDeckWidgetEntryView(entry: entry)
}
.contentMarginsDisabled()
.configurationDisplayName("Telemetry Deck Widget")
.description("If no Insights are available here, make sure you are logged in. You can search for Insights by name, app, or display type")
}
Expand Down

0 comments on commit 4c76ef5

Please sign in to comment.