mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 06:09:32 +00:00
added missing contrains to silence 10.12 AppKit warnings
This commit is contained in:
@@ -350,6 +350,11 @@ typedef NS_ENUM(NSUInteger, MPEntryTab) {
|
||||
options:0
|
||||
metrics:nil
|
||||
views:views]];
|
||||
[clipView addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"V:|[view]"
|
||||
options:0
|
||||
metrics:nil
|
||||
views:views]];
|
||||
|
||||
[[self view] layoutSubtreeIfNeeded];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user