Added scrollview to inspector to accommodate bigger conntent

This commit is contained in:
michael starke
2013-06-16 14:13:19 +02:00
parent dadf416950
commit a39dc7ea68
11 changed files with 2286 additions and 1662 deletions

View File

@@ -21,11 +21,6 @@ NSString *const MPGeneralSetingsIdentifier = @"GeneralSettingsTab";
return [self initWithNibName:@"GeneralSettings" bundle:[NSBundle mainBundle]];
}
- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil {
self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
return self;
}
- (NSImage *)image {
return [NSImage imageNamed:NSImageNamePreferencesGeneral];
}