mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 22:19:21 +00:00
Updated to new HNHUi API
Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
@@ -329,7 +329,7 @@ typedef NS_ENUM(NSUInteger, MPEntryTab) {
|
||||
- (void)_addScrollViewWithView:(NSView *)view atTab:(MPEntryTab)tab {
|
||||
/* ScrollView setup for the General Tab */
|
||||
|
||||
HNHScrollView *scrollView = [[HNHScrollView alloc] init];
|
||||
HNHUIScrollView *scrollView = [[HNHUIScrollView alloc] init];
|
||||
scrollView.actAsFlipped = NO;
|
||||
scrollView.showBottomShadow = NO;
|
||||
scrollView.hasVerticalScroller = YES;
|
||||
|
||||
Reference in New Issue
Block a user