Removed useless setContentBorderThickness call from the mini window because it messed with dragging the window.

This commit is contained in:
vspader 2009-03-07 02:41:06 -08:00
parent f363423323
commit 98b5d78425

View file

@ -18,7 +18,6 @@
{
[self setShowsResizeIndicator:NO];
[self setExcludedFromWindowsMenu:YES];
[self setContentBorderThickness:24.0 forEdge:NSMinYEdge];
}
return self;