You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing this command yad --form --text="Lorem ipsum dolor sit amet, consectetur adipisici elit sed eiusmod tempor incidunt ut labore et dolore magna aliqua" --field="Open help\!URL Opens the URL for this game in the browser":CB "none\!github\!pcgamingwiki\!protondb"
using yad-10.1, the minimal height (so you can't scale it down to the correct size) of the dropdown menu is far too big.
The same command using yad-9.3 doesn't have this issue - the height is correct then.
The height is also correct with 10.1, when
the text string is shorter
you leave away the tooltip \! in the field section.
so both
yad --form --text="Lorem ipsum aliqua" --field="Open help\!URL Opens the URL for this game in the browser":CB "none\!github\!pcgamingwiki\!protondb"
and
yad --form --text="Lorem ipsum dolor sit amet, consectetur adipisici elit sed eiusmod tempor incidunt ut labore et dolore magna aliqua" --field="Open help URL Opens the URL for this game in the browser":CB "none\!github\!pcgamingwiki\!protondb"
look correctly using yad 10.1
The text was updated successfully, but these errors were encountered:
I recently found this glitch:
When executing this command
yad --form --text="Lorem ipsum dolor sit amet, consectetur adipisici elit sed eiusmod tempor incidunt ut labore et dolore magna aliqua" --field="Open help\!URL Opens the URL for this game in the browser":CB "none\!github\!pcgamingwiki\!protondb"
using yad-10.1, the minimal height (so you can't scale it down to the correct size) of the dropdown menu is far too big.
The same command using yad-9.3 doesn't have this issue - the height is correct then.
The height is also correct with 10.1, when
\!
in the field section.so both
yad --form --text="Lorem ipsum aliqua" --field="Open help\!URL Opens the URL for this game in the browser":CB "none\!github\!pcgamingwiki\!protondb"
and
yad --form --text="Lorem ipsum dolor sit amet, consectetur adipisici elit sed eiusmod tempor incidunt ut labore et dolore magna aliqua" --field="Open help URL Opens the URL for this game in the browser":CB "none\!github\!pcgamingwiki\!protondb"
look correctly using yad 10.1
The text was updated successfully, but these errors were encountered: