Added custom MPTabViewController to resize window to tab sizes on change

This commit is contained in:
Michael Starke
2020-06-30 23:49:06 +02:00
parent 208c3e6c31
commit fe7c647bcf
6 changed files with 91 additions and 6 deletions

View File

@@ -0,0 +1,17 @@
//
// MPTabViewController.h
// MacPass
//
// Created by Michael Starke on 30.06.20.
// Copyright © 2020 HicknHack Software GmbH. All rights reserved.
//
#import <Cocoa/Cocoa.h>
NS_ASSUME_NONNULL_BEGIN
@interface MPTabViewController : NSTabViewController
@end
NS_ASSUME_NONNULL_END