From dc8910c61d232f3ba2edfa4cf6e80b95b67b8eff Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Mon, 16 Dec 2019 13:54:52 -0500 Subject: [PATCH] add height constraint --- MVMCoreUI/Atoms/Buttons/PrimaryButton.m | 1 + 1 file changed, 1 insertion(+) diff --git a/MVMCoreUI/Atoms/Buttons/PrimaryButton.m b/MVMCoreUI/Atoms/Buttons/PrimaryButton.m index 074facb4..2bc9e026 100644 --- a/MVMCoreUI/Atoms/Buttons/PrimaryButton.m +++ b/MVMCoreUI/Atoms/Buttons/PrimaryButton.m @@ -665,6 +665,7 @@ - (void)setAsMolecule { self.translatesAutoresizingMaskIntoConstraints = false; + [self pinHeight]; [self setAsStandardCustom]; }