Skip to content

Commit

Permalink
Matching commit c3d9dab from repository spritebuilder/SpriteBuilder
Browse files Browse the repository at this point in the history
Fix label cropping on SpriteBuilder/ccBuilder/InspectorEffectControl.xib.
  • Loading branch information
oxeron committed Mar 6, 2016
1 parent c52d017 commit 7e9351e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SpriteBuilder/ccBuilder/InspectorEffectControl.xib
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</scroller>
</scrollView>
<button verticalHuggingPriority="750" id="Y0e-me-eYY">
<rect key="frame" x="183" y="223" width="42" height="17"/>
<rect key="frame" x="180" y="223" width="45" height="17"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="roundTextured" title="Add" bezelStyle="texturedRounded" image="NSAddTemplate" imagePosition="left" alignment="center" controlSize="mini" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="nLs-n0-DwE">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
Expand All @@ -86,6 +86,6 @@
</customView>
</objects>
<resources>
<image name="NSAddTemplate" width="8" height="8"/>
<image name="NSAddTemplate" width="8" height="11"/>
</resources>
</document>

0 comments on commit 7e9351e

Please sign in to comment.