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

@@ -64,6 +64,7 @@
}
- (void)didLoadView {
[self.scrollContentView setAutoresizingMask:NSViewWidthSizable];
[[self.itemImageView cell] setBackgroundStyle:NSBackgroundStyleRaised];
[self.itemImageView setTarget:self];
[_bottomBar setBorderType:HNHBorderTop];