summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/editor/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/editor/src/main.rs b/examples/editor/src/main.rs
index bf2aaaa3..75b66264 100644
--- a/examples/editor/src/main.rs
+++ b/examples/editor/src/main.rs
@@ -191,6 +191,7 @@ impl Application for Editor {
column![
controls,
text_editor(&self.content)
+ .height(Length::Fill)
.on_action(Message::ActionPerformed)
.highlight::<Highlighter>(
highlighter::Settings {