Skip to content

Commit

Permalink
Merge pull request #75 from EmberTown/fix-new-project-buttons
Browse files Browse the repository at this point in the history
Move gradient behind the buttons
  • Loading branch information
thomassnielsen committed Apr 22, 2015
2 parents 12fbf9d + a2032fd commit 5af9057
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Ember Hearth/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,10 @@
<customView translatesAutoresizingMaskIntoConstraints="NO" id="iqB-3M-Pi0" userLabel="New State View">
<rect key="frame" x="0.0" y="0.0" width="250" height="300"/>
<subviews>
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="bhg-eg-t3g" userLabel="Gradient overlay">
<rect key="frame" x="0.0" y="30" width="250" height="270"/>
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="ProjectListNewBackground" id="Py7-a9-6jY"/>
</imageView>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="t4I-5a-yyf" customClass="ButtonWithTextColor" customModule="Ember_Hearth" customModuleProvider="target">
<rect key="frame" x="81" y="138" width="89" height="25"/>
<buttonCell key="cell" type="roundTextured" title="New project" bezelStyle="texturedRounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="5qH-ru-Nfz">
Expand Down Expand Up @@ -564,10 +568,6 @@
</menu>
</popUpButtonCell>
</popUpButton>
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="bhg-eg-t3g">
<rect key="frame" x="0.0" y="30" width="250" height="270"/>
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="ProjectListNewBackground" id="Py7-a9-6jY"/>
</imageView>
</subviews>
<constraints>
<constraint firstAttribute="bottom" secondItem="MkI-7X-BTb" secondAttribute="bottom" id="15I-V0-tCk"/>
Expand Down

0 comments on commit 5af9057

Please sign in to comment.