Hi, fellow YADers. This issue is an odd one and I haven't found it in this list or in GitHub.
I'm running YAD 0.40.0 and BASH 5.2.15.
If I launch YAD as a --form command in a terminal with --pos* and --width and --height, the dialog geometry appears as I specified.
If I put exactly the same command in a BASH shell script, the --width value isn't respected and I get a much wider dialog, about 700 px vs the desired 300 px.
My current workaround is not to use any geometry specifiers at all, and just locate the dialog with "--center". I get a dialog width suited to the text width, but not where I want it on my display.
How is YAD interacting with BASH in this way?
Thanks in advance for any suggestions.
P.S. The script is fine, no errors or warnings with shellcheck.