add height constraint

This commit is contained in:
Pfeil, Scott Robert 2019-12-16 13:54:52 -05:00
parent 092dfd6ad0
commit dc8910c61d

View File

@ -665,6 +665,7 @@
- (void)setAsMolecule {
self.translatesAutoresizingMaskIntoConstraints = false;
[self pinHeight];
[self setAsStandardCustom];
}