uieditfield minimum vertical size

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 件のコメント

Adam Danz
Adam Danz 2020 年 4 月 13 日
編集済み: Adam Danz 2020 年 4 月 14 日
I see it too in 19b and 20a. I hadn't noticed it before. I'd say it's a bug.
I've reported it; Case Number 04177202.
Paul Keselman
Paul Keselman 2020 年 4 月 14 日
Thank you.
Chidvi Modala
Chidvi Modala 2020 年 4 月 16 日
I have heard that this issue is known and the concerned parties may be investigating further.

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeEnvironment and Settings についてさらに検索

製品

リリース

R2019b

タグ

質問済み:

2020 年 4 月 13 日

コメント済み:

2020 年 4 月 16 日

Community Treasure Hunt

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

Start Hunting!

Translated by