Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #258 from metakirby5/master
Browse files Browse the repository at this point in the history
fixes #235, #162
  • Loading branch information
danielbuechele authored Jul 9, 2016
2 parents 9f8da9b + 51c87ae commit 1d223fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Goofy/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ class AppDelegate: NSObject, NSApplicationDelegate, WKNavigationDelegate, WKUIDe
func initWindow(window: NSWindow) {
window.backgroundColor = NSColor.whiteColor()
window.minSize = NSSize(width: 380,height: 376)
window.makeMainWindow()
window.makeKeyWindow()
window.titlebarAppearsTransparent = true
window.titleVisibility = .Hidden
window.delegate = self
Expand Down
2 changes: 1 addition & 1 deletion Goofy/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>962</string>
<string>973</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 1d223fa

Please sign in to comment.