How can I increase height of text in LineEdit Widget ? #269
-
Text in LineEdit is very small compared with Textual. Can I increate the height is some way ? |
Beta Was this translation helpful? Give feedback.
Answered by
ceccopierangiolieugenio
Jul 18, 2024
Replies: 1 comment
-
You can use the textedit instead of lineedit. Or you can use the TTkTextPicker that internally use the textedit: test-2024-07-18_09.00.54.mp4I can provide you an example if you have something specific in mind. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dridk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the textedit instead of lineedit.
lineedit is somewhat a subset of the textedit features.
Or you can use the TTkTextPicker that internally use the textedit:
test-2024-07-18_09.00.54.mp4
I can provide you an example if you have something specific in mind.