Closed aDramaQueen closed 1 year ago
ttkbootstrap Version: 1.10.0 OS: Windows/Ubuntu/Mint
You forgot to forwoard the kwargs in the Messagebox.show_info(...) function.
root = Window() text = 'Vvvvvvveeeeeeeeeeerrrrrrrryyyy llloooooonnnnnngggg ttteeeeeexxxxxxttttttttttt' Messagebox.show_info(text, 'Some title', root, False, width=300) root.mainloop()
A Dialog Box with width of 300
No response
This is fixed. The thing to note is that the width is in character width. So, 300 would be 300 characters wide.
Desktop (please complete the following information):
ttkbootstrap Version: 1.10.0 OS: Windows/Ubuntu/Mint
Describe the bug
You forgot to forwoard the kwargs in the Messagebox.show_info(...) function.
To Reproduce
Expected behavior
A Dialog Box with width of 300
Screenshots
Additional context
No response