Equalizer: Disable tabbing, and remove HUD style

This should improve contrast significantly.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
CQTexperiment
Christopher Snowhill 2022-02-14 17:15:09 -08:00
parent 0c504d9330
commit ec56725824
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@
<classReference key="objectClass" className="NSDictionary"/>
</arrayController>
<userDefaultsController representsSharedInstance="YES" id="pqA-8k-29n"/>
<window title="Equalizer" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hidesOnDeactivate="YES" visibleAtLaunch="NO" appearanceType="darkAqua" frameAutosaveName="" animationBehavior="default" titlebarAppearsTransparent="YES" id="9Xl-RA-0SW" customClass="NSPanel">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" utility="YES" HUD="YES"/>
<window title="Equalizer" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hidesOnDeactivate="YES" visibleAtLaunch="NO" appearanceType="darkAqua" frameAutosaveName="" animationBehavior="default" tabbingMode="disallowed" titlebarAppearsTransparent="YES" id="9Xl-RA-0SW" customClass="NSPanel">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" utility="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="136" y="163" width="699" height="428"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1055"/>