diff --git a/GormCore/GormPalettesManager.m b/GormCore/GormPalettesManager.m index b00a19e7..22899a38 100644 --- a/GormCore/GormPalettesManager.m +++ b/GormCore/GormPalettesManager.m @@ -340,7 +340,7 @@ static NSImage *dragImage = nil; RELEASE(scrollView); dragView = [[GormPaletteView alloc] initWithFrame: dragRect]; - [dragView setAutoresizingMask: (NSViewHeightSizable | NSViewWidthSizable)]; + [dragView setAutoresizingMask: NSViewMinYMargin]; [[panel contentView] addSubview: dragView]; RELEASE(dragView);