Skip to content

Commit

Permalink
correection of filterbar height constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetppro authored and ckerr committed Jun 22, 2022
1 parent 3e8f648 commit 83801c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macosx/Controller.mm
Original file line number Diff line number Diff line change
Expand Up @@ -4945,7 +4945,7 @@ - (void)updateMainWindow
[self.fStackView insertArrangedSubview:self.fFilterBar.view atIndex:idx];

NSDictionary* views = @{ @"fFilterBar" : self.fFilterBar.view };
[self.fStackView addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"V:[fFilterBar(==21)]" options:0
[self.fStackView addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"V:[fFilterBar(==23)]" options:0
metrics:nil
views:views]];

Expand Down

0 comments on commit 83801c3

Please sign in to comment.