Removed useless setContentBorderThickness call from the mini window because it messed with dragging the window.
This commit is contained in:
parent
f363423323
commit
98b5d78425
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@
|
||||||
{
|
{
|
||||||
[self setShowsResizeIndicator:NO];
|
[self setShowsResizeIndicator:NO];
|
||||||
[self setExcludedFromWindowsMenu:YES];
|
[self setExcludedFromWindowsMenu:YES];
|
||||||
[self setContentBorderThickness:24.0 forEdge:NSMinYEdge];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return self;
|
return self;
|
||||||
|
|
Loading…
Reference in a new issue