Skip to content

Commit

Permalink
Fix reference SkyWindow > FlutterWindow (flutter#3309)
Browse files Browse the repository at this point in the history
  • Loading branch information
collinjackson authored Dec 13, 2016
1 parent 7127a18 commit b65e1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/platform/darwin/desktop/flutter_mac.xib
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@
</menuItem>
</items>
</menu>
<window title="Flutter" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" frameAutosaveName="Flutter Shell Mac" animationBehavior="default" id="QvC-M9-y7g" customClass="SkyWindow">
<window title="Flutter" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" frameAutosaveName="Flutter Shell Mac" animationBehavior="default" id="QvC-M9-y7g" customClass="FlutterWindow">
<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 b65e1b9

Please sign in to comment.