Font size in GUI

4 visualizaciones (últimos 30 días)
Mohammed alajaji
Mohammed alajaji el 13 de Dic. de 2015
Editada: Image Analyst el 13 de Dic. de 2015
Hi everyone!!! I used this code
UIControl_FontSize_bak = get(0, 'DefaultUIControlFontSize');
set(0, 'DefaultUIControlFontSize', 18);
insdati = menu('Can you please help me?','Yes','No')
set(0, 'DefaultUIControlFontSize', UIControl_FontSize_bak);
and my GUI became so big , so how to return it to be small. thanks

Respuestas (0)

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by