Multiline TextEdit that fills entire CentralPanel #616
Answered
by
emilk
elijah-potter
asked this question in
Q&A
-
Sorry if this is an obvious thing I am unaware of (I am very new to this library). I want to fill the entire CentralPanel with a multi line TextEdit. Is this possible? |
Beta Was this translation helpful? Give feedback.
Answered by
emilk
Sep 5, 2021
Replies: 1 comment
-
Yes: ui.add_sized(ui.available_size(), TextEdit::multiline(&mut self.text)); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
emilk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes: