git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[Cocoa][Mac] WKWebView should automatically set topContentInset when beneath a toolbar
[WebKit-https.git]
/
Tools
/
MiniBrowser
/
mac
/
BrowserWindowController.m
diff --git
a/Tools/MiniBrowser/mac/BrowserWindowController.m
b/Tools/MiniBrowser/mac/BrowserWindowController.m
index
795f2a2
..
5e9ae86
100644
(file)
--- a/
Tools/MiniBrowser/mac/BrowserWindowController.m
+++ b/
Tools/MiniBrowser/mac/BrowserWindowController.m
@@
-39,6
+39,10
@@
- (void)windowDidLoad
{
+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
+ self.window.styleMask |= NSFullSizeContentViewWindowMask;
+#endif
+
[super windowDidLoad];
}