pyqttoast icon indicating copy to clipboard operation
pyqttoast copied to clipboard

Title wrap

Open JStika opened this issue 1 year ago • 2 comments

Hi,

how to disable wrap title content?

JStika avatar Apr 26 '24 13:04 JStika

The title and content wrap if the text takes up more width than is available. There is no wrapping with the default settings, because no constraints for the size of the toast are set, and the toast will just take up as much space as needed to display the text without wrapping. However, if the fixed width or maximum width is set and the text needs more space than that, it will automatically wrap instead of just getting cut off.

niklashenning avatar Apr 26 '24 21:04 niklashenning