Skip to content

Commit

Permalink
Fixed awkward bubble position
Browse files Browse the repository at this point in the history
Bumped version number to 1.0.3
  • Loading branch information
SamusAranX committed Apr 21, 2017
1 parent 72c240a commit 69f83eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Sharkle/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@
<window key="window" title="Sharkle" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hasShadow="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="IQv-IB-iLA">
<windowCollectionBehavior key="collectionBehavior" canJoinAllSpaces="YES" stationary="YES" ignoresCycle="YES" fullScreenNone="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="196" y="240" width="240" height="246"/>
<rect key="contentRect" x="196" y="240" width="246" height="246"/>
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1027"/>
<value key="minSize" type="size" width="240" height="246"/>
<value key="maxSize" type="size" width="240" height="246"/>
<value key="minSize" type="size" width="246" height="246"/>
<value key="maxSize" type="size" width="246" height="246"/>
</window>
<connections>
<segue destination="XfG-lQ-9wD" kind="relationship" relationship="window.shadowedContentViewController" id="cq2-FE-JQM"/>
Expand All @@ -144,18 +144,18 @@
<objects>
<viewController id="XfG-lQ-9wD" customClass="ViewController" customModule="Sharkle" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" wantsLayer="YES" id="m2S-Jp-Qdl">
<rect key="frame" x="0.0" y="0.0" width="240" height="246"/>
<rect key="frame" x="0.0" y="0.0" width="246" height="246"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<customView translatesAutoresizingMaskIntoConstraints="NO" id="5Tc-qF-aq3">
<rect key="frame" x="80" y="0.0" width="160" height="206"/>
<rect key="frame" x="86" y="0.0" width="160" height="206"/>
<constraints>
<constraint firstAttribute="width" constant="160" id="3hB-mf-QvQ"/>
<constraint firstAttribute="height" constant="206" id="bk3-NV-n0Y"/>
</constraints>
</customView>
<customView translatesAutoresizingMaskIntoConstraints="NO" id="hhR-78-P7n">
<rect key="frame" x="80" y="0.0" width="160" height="206"/>
<rect key="frame" x="86" y="0.0" width="160" height="206"/>
<constraints>
<constraint firstAttribute="width" constant="160" id="RqY-lh-WPk"/>
<constraint firstAttribute="height" constant="206" id="kHg-fO-6ad"/>
Expand Down
2 changes: 1 addition & 1 deletion Sharkle/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2</string>
<string>1.0.3</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
Expand Down

0 comments on commit 69f83eb

Please sign in to comment.