Skip to content

Commit

Permalink
Made the window not visible at launch (bug caused by sparkle)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilalh committed Sep 23, 2013
1 parent 221bf19 commit fd9904e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TimerBar/Base.lproj/MainMenu.xib
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<window title="TimerBar" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="371">
<window title="TimerBar" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="371">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="335" y="390" width="480" height="360"/>
Expand Down

0 comments on commit fd9904e

Please sign in to comment.