From 275fd17b8d9d12a4c044256daf4c8972604ec895 Mon Sep 17 00:00:00 2001 From: Mike Dilger Date: Wed, 18 Jan 2023 12:46:29 +1300 Subject: [PATCH] Revert "Type your post area now 6 lines long (unfortunately not easily resizable)" This reverts commit d057ad67d1074b5a5ca063d448022d1b888fad41. --- src/ui/feed.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/feed.rs b/src/ui/feed.rs index b374c7b8..e81d2c59 100644 --- a/src/ui/feed.rs +++ b/src/ui/feed.rs @@ -187,7 +187,6 @@ fn real_posting_area(app: &mut GossipUi, ctx: &Context, frame: &mut eframe::Fram // Text area ui.add( TextEdit::multiline(&mut app.draft) - .desired_rows(6) .hint_text("Type your message here") .desired_width(f32::INFINITY) .lock_focus(true),