Skip to content

Commit

Permalink
Change constraint on album art to ensure the DJ and LIVE labels are h…
Browse files Browse the repository at this point in the history
…igh enough

 - was >= 180; changed to <= 300
  • Loading branch information
joemcmahon committed Dec 24, 2023
1 parent 58cbe57 commit 2555b98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RadioSpiral.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 16;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 6PLL9M5SE2;
ENABLE_MODULE_VERIFIER = YES;
Expand Down Expand Up @@ -765,7 +765,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 16;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 6PLL9M5SE2;
ENABLE_MODULE_VERIFIER = YES;
Expand Down
2 changes: 1 addition & 1 deletion RadioSpiral/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<rect key="frame" x="70" y="85" width="274" height="274"/>
<constraints>
<constraint firstAttribute="width" secondItem="obn-8m-awZ" secondAttribute="height" multiplier="1:1" id="0o9-ZN-zY3"/>
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="180" id="hCD-tK-vVP"/>
<constraint firstAttribute="height" relation="lessThanOrEqual" constant="300" id="hCD-tK-vVP"/>
</constraints>
</imageView>
<stackView opaque="NO" contentMode="scaleToFill" spacing="12" translatesAutoresizingMaskIntoConstraints="NO" id="WmY-ug-Nhz" userLabel="Controls Stack View">
Expand Down

0 comments on commit 2555b98

Please sign in to comment.