How to change the menu appearance in a gui created by GUIDE
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Is there a method to change the menu appearance (e.g. fontsize) in a gui created by GUIDE?
0 Kommentare
Antworten (2)
Image Analyst
am 28 Jul. 2025
Bearbeitet: Image Analyst
am 28 Jul. 2025
Not in R2025a and later because it doesn't allow changes to GUIDE guis. But for earlier versions, I think all the pulldown menu appearances are controlled by the fonts in your operating system's font setting / window appearance application. But changing them there would make the change for all the applications, not just MATLAB or your specific program's GUI.
0 Kommentare
Walter Roberson
am 28 Jul. 2025
You can make limited changes by coding (for example)
set(groot, 'DefaultTextFontSize', 14)
Siehe auch
Kategorien
Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!