mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix for dark mode on macOS Mojave
Thanks to Scott Rapson and Justace Clutter for the solution. Fixes: lp:1797989 * https://bugs.launchpad.net/kicad/+bug/1797989 (cherry picked from commit 766156ed87579e2d2866ade3e0d95a41cadbe2af)
This commit is contained in:
parent
187d7729ff
commit
805bb3160f
@ -32,6 +32,8 @@
|
||||
<true/>
|
||||
<key>LSRequiresCarbon</key>
|
||||
<true/>
|
||||
<key>NSRequiresAquaSystemAppearance</key>
|
||||
<true/>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string></string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
|
@ -46,6 +46,8 @@
|
||||
<true/>
|
||||
<key>LSRequiresCarbon</key>
|
||||
<true/>
|
||||
<key>NSRequiresAquaSystemAppearance</key>
|
||||
<true/>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string></string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
|
@ -29,6 +29,7 @@
|
||||
<key>CFBundleVersion</key> <string></string>
|
||||
<key>CSResourcesFileMapped</key> <true/>
|
||||
<key>LSRequiresCarbon</key> <true/>
|
||||
<key>NSRequiresAquaSystemAppearance</key> <true/>
|
||||
<key>NSHumanReadableCopyright</key> <string></string>
|
||||
<key>NSHighResolutionCapable</key> <string>True</string>
|
||||
</dict>
|
||||
|
@ -49,6 +49,7 @@
|
||||
<key>CFBundleVersion</key> <string></string>
|
||||
<key>CSResourcesFileMapped</key> <true/>
|
||||
<key>LSRequiresCarbon</key> <true/>
|
||||
<key>NSRequiresAquaSystemAppearance</key> <true/>
|
||||
<key>NSHumanReadableCopyright</key> <string></string>
|
||||
<key>NSHighResolutionCapable</key> <string>True</string>
|
||||
</dict>
|
||||
|
@ -28,6 +28,7 @@
|
||||
<key>CFBundleVersion</key> <string></string>
|
||||
<key>CSResourcesFileMapped</key> <true/>
|
||||
<key>LSRequiresCarbon</key> <true/>
|
||||
<key>NSRequiresAquaSystemAppearance</key> <true/>
|
||||
<key>NSHumanReadableCopyright</key> <string></string>
|
||||
<key>NSHighResolutionCapable</key> <string>True</string>
|
||||
</dict>
|
||||
|
@ -29,6 +29,7 @@
|
||||
<key>CFBundleVersion</key> <string></string>
|
||||
<key>CSResourcesFileMapped</key> <true/>
|
||||
<key>LSRequiresCarbon</key> <true/>
|
||||
<key>NSRequiresAquaSystemAppearance</key> <true/>
|
||||
<key>NSHumanReadableCopyright</key> <string></string>
|
||||
<key>NSHighResolutionCapable</key> <string>True</string>
|
||||
</dict>
|
||||
|
@ -30,6 +30,8 @@
|
||||
<true/>
|
||||
<key>LSRequiresCarbon</key>
|
||||
<true/>
|
||||
<key>NSRequiresAquaSystemAppearance</key>
|
||||
<true/>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string></string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
|
@ -31,6 +31,7 @@
|
||||
<key>CFBundleVersion</key> <string></string>
|
||||
<key>CSResourcesFileMapped</key> <true/>
|
||||
<key>LSRequiresCarbon</key> <true/>
|
||||
<key>NSRequiresAquaSystemAppearance</key> <true/>
|
||||
<key>NSHumanReadableCopyright</key> <string></string>
|
||||
<key>NSHighResolutionCapable</key> <string>True</string>
|
||||
</dict>
|
||||
|
Loading…
x
Reference in New Issue
Block a user