Skip to content

Commit

Permalink
Remove window size (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahsmartin authored Aug 22, 2024
1 parent 33cf956 commit 3dc67e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/SnapshotPreviewsCore/AppKitRenderingStrategy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public class AppKitRenderingStrategy: RenderingStrategy {

public init() {
window = BorderlessWindow()
window.setContentSize(NSSize(width: 100, height: 100))
window.makeKeyAndOrderFront(nil)
}

Expand Down

0 comments on commit 3dc67e3

Please sign in to comment.