Effacer les filtres
Effacer les filtres

uieditfield minimum vertical size

4 vues (au cours des 30 derniers jours)
Paul Keselman
Paul Keselman le 13 Avr 2020
Commenté : Chidvi Modala le 16 Avr 2020
When I try to make uieditfield vertical size smaller than 18 pixels I get a horizontal bar through the field and my text is no longer vertically centred. Is this a bug? If you look closely the bar seems to be there even in larger textboxes, but it is at the very top of the field.
Steps to reproduce:
fig = uifigure;
edt = uieditfield(fig);
edt.Value = '0';
edt.FontSize = 8;
edt.Position(4) = 12;
Thanks.
  3 commentaires
Paul Keselman
Paul Keselman le 14 Avr 2020
Thank you.
Chidvi Modala
Chidvi Modala le 16 Avr 2020
I have heard that this issue is known and the concerned parties may be investigating further.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by