mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-20 09:29:29 +00:00
Added custom MPTabViewController to resize window to tab sizes on change
This commit is contained in:
17
MacPass/MPTabViewController.h
Normal file
17
MacPass/MPTabViewController.h
Normal 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
|
||||
Reference in New Issue
Block a user