--- a/src/cocoaui/cocoa_prefs.c Mon Jul 28 03:41:25 2008 +0000 +++ b/src/cocoaui/cocoa_prefs.c Mon Sep 08 05:13:51 2008 +0000 @@ -68,7 +68,7 @@ - (NSView *)createControlsPane { - NSView *pane = [[NSView alloc] initWithFrame: NSMakeRect(0,0,600,400)]; + NSView *pane = [[NSView alloc] initWithFrame: NSMakeRect(0,0,640,400)]; return pane; } @@ -184,7 +184,7 @@ void cocoa_gui_show_preferences() { if( prefs_panel == NULL ) { - prefs_panel = [[LxdreamPrefsPanel alloc] initWithContentRect: NSMakeRect(0,0,600,400)]; + prefs_panel = [[LxdreamPrefsPanel alloc] initWithContentRect: NSMakeRect(0,0,640,400)]; } [prefs_panel makeKeyAndOrderFront: prefs_panel]; } \ No newline at end of file