Change app designer interface font size

14 views (last 30 days)
Jane Bat
Jane Bat on 17 Nov 2023
Commented: Jane Bat on 17 Nov 2023
How can I change app designer interface font size (not an app) to be bigger? It look bigger it is very small on laptop screen? Thanks

Answers (1)

Charlie
Charlie on 17 Nov 2023
Hi Jane,
You can adjust a component's font size in the Component Browser panel. It's under the Font and Color section.
Alos, you can also set the font size programmatically in Code View, for example:
app.Button.FontSize = 18;
  1 Comment
Jane Bat
Jane Bat on 17 Nov 2023
I wish to change the font size of the app designer itself UI, not a component

Sign in to comment.

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Products


Release

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!