brightray namespaced frameAutosaveName
This commit is contained in:
parent
92a4b25e47
commit
3acba90225
1 changed files with 3 additions and 3 deletions
|
@ -156,7 +156,7 @@ void SetActive(content::WebContents* web_contents, bool active) {
|
||||||
_private->window.delegate = self;
|
_private->window.delegate = self;
|
||||||
_private->window.releasedWhenClosed = NO;
|
_private->window.releasedWhenClosed = NO;
|
||||||
_private->window.title = @"Developer Tools";
|
_private->window.title = @"Developer Tools";
|
||||||
_private->window.frameAutosaveName = @"Developer Tools";
|
_private->window.frameAutosaveName = @"brightray.developer.tools";
|
||||||
[_private->window setAutorecalculatesContentBorderThickness:NO forEdge:NSMaxYEdge];
|
[_private->window setAutorecalculatesContentBorderThickness:NO forEdge:NSMaxYEdge];
|
||||||
[_private->window setContentBorderThickness:24 forEdge:NSMaxYEdge];
|
[_private->window setContentBorderThickness:24 forEdge:NSMaxYEdge];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue