Page 1 of 1

InputRequester behaves diffrent under Windows

Posted: Thu Feb 06, 2025 1:28 pm
by PureBasti
Under macOS and Linux the InputRequester grows in size with the given string that shows inside.
Under Windows the InputRequester seems to have a fixed size, no matter the size of the given string.

So when i give the InputRequester an empty string it still has the fixed size.
When i provide a too big string its just cut off.
Especially the cutting off is troublesome, since i cant guarantee a given string will be properly displayed under macOS, Linux and Windows.

Is this behavior intended ?
And if so, is there a way to potentially change it so all 3 OS behave the same ?