# Copyright (c) 2026 JSOL CORPORATION # # This script is released under the MIT License. # See the full license text at: # https://www.jmag-international.com/scriptlibrary/jmag_script_library_mit/ app = designer.GetApplication() # Appearance app.SetPreference(u"TopBackgroundColor", u"Black") app.SetPreference(u"BottomBackgroundColor", u"Black") # Text app.SetPreference(u"TextColor", u"White") app.SetPreference(u"FontSize", 16) app.SetPreference(u"DigitsNotationType", 2) app.SetPreference(u"Precision", 6) # Layout app.SetPreference(u"ContourMinPosition", 0) app.SetPreference(u"ContourMaxPosition", 0)