We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb9b12 commit ff1380fCopy full SHA for ff1380f
1 file changed
Core/Sources/SuggestionWidget/SuggestionWidgetController.swift
@@ -489,6 +489,9 @@ extension SuggestionWidgetController {
489
{
490
if ["Xcode.WorkspaceWindow"].contains(window.identifier) {
491
frame.size.height -= 40
492
+ } else {
493
+ frame.origin.x -= Style.widgetPadding + Style.widgetWidth / 2
494
+ frame.size.width += Style.widgetPadding * 2 + Style.widgetWidth
495
}
496
497
return UpdateLocationStrategy.FixedToBottom().framesForWindows(
0 commit comments