Skip to content

Commit 41f2d95

Browse files
committed
Changing .frame for .padding in Preview. Preview is breaking in macOS 13 build using frame
1 parent d22a9a4 commit 41f2d95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/AppBundle/ui/MenuBarLabel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,5 @@ extension String {
168168
WorkspaceViewModel(name: "B", suffix: "B", isFocused: false, isEffectivelyEmpty: true, isVisible: false),
169169
]
170170
MenuBarLabel("123AB", workspaces: localworkspaces)
171-
.frame(width: 300, height: 50)
171+
.padding()
172172
}

0 commit comments

Comments
 (0)