From be244d7b7c5573caeb765b243f6dadd7772588c8 Mon Sep 17 00:00:00 2001 From: Oliver Wiese <oliver.wiese@fu-berlin.de> Date: Thu, 16 May 2019 13:27:04 -0700 Subject: [PATCH] fix warning in ButtonCell --- enzevalos_iphone/ButtonCell.xib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enzevalos_iphone/ButtonCell.xib b/enzevalos_iphone/ButtonCell.xib index 236ab9f1..ebbd604c 100644 --- a/enzevalos_iphone/ButtonCell.xib +++ b/enzevalos_iphone/ButtonCell.xib @@ -18,8 +18,8 @@ <rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/> <autoresizingMask key="autoresizingMask"/> <subviews> - <button opaque="NO" contentMode="scaleToFill" misplaced="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6rJ-hZ-bvC"> - <rect key="frame" x="0.0" y="0.0" width="375" height="50.5"/> + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6rJ-hZ-bvC"> + <rect key="frame" x="0.0" y="0.0" width="375" height="44"/> <edgeInsets key="layoutMargins" top="20" left="8" bottom="20" right="8"/> <fontDescription key="fontDescription" type="system" weight="medium" pointSize="17"/> <state key="normal" title="Button"/> -- GitLab