[Gambas-bugtracker] Bug #2458: Some dynamic textbox are not shown

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Mon Jan 24 03:14:23 CET 2022


http://gambaswiki.org/bugtracker/edit?object=BUG.2458&from=L21haW4-

Comment #1 by Benoît MINISINI:

TextBox automatically hide when their size is lower than their minimum size.

In commit https://gitlab.com/gambas/gambas/-/commit/0f58f04691200655c05f8e52be2b903b4acd9197, I make that more tolerant.

The minimum height of a TextBox without border is still its font height, but the minimum width is now half its font height.

So you must still  be careful with the font you use for a TextBox.

There is no minimum size with Qt, because Qt does not fail when its TextBox is too small.

Benoît MINISINI changed the state of the bug to: Fixed.




More information about the Bugtracker mailing list