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

CQTexperiment
vspader 2009-03-07 02:41:06 -08:00
parent f363423323
commit 98b5d78425
1 changed files with 0 additions and 1 deletions

View File

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