Skip to content

Commit

Permalink
enable transparent title bar(seems doesn't affect anything but window…
Browse files Browse the repository at this point in the history
… drag issue fixed)
  • Loading branch information
typcn committed Sep 30, 2018
1 parent cc49c4a commit 5447d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bilibili/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ GQ
<scene sceneID="DUG-BS-fjC">
<objects>
<windowController storyboardIdentifier="playerWindow" id="3Nx-YC-zmP" userLabel="Miedia Player Window Controller" sceneMemberID="viewController">
<window key="window" title="TYPCN Media Player" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" visibleAtLaunch="NO" animationBehavior="utilityWindow" frameAutosaveName="" id="Qzs-of-Uzm" customClass="PlayerWindow">
<window key="window" title="TYPCN Media Player" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" visibleAtLaunch="NO" animationBehavior="utilityWindow" frameAutosaveName="" titlebarAppearsTransparent="YES" id="Qzs-of-Uzm" customClass="PlayerWindow">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowCollectionBehavior key="collectionBehavior" fullScreenPrimary="YES"/>
<rect key="contentRect" x="0.0" y="863" width="300" height="200"/>
Expand Down

0 comments on commit 5447d30

Please sign in to comment.