Revert "Type your post area now 6 lines long (unfortunately not easily resizable)"

This reverts commit d057ad67d1.
This commit is contained in:
Mike Dilger 2023-01-18 12:46:29 +13:00
parent 1d294204b4
commit 275fd17b8d

View File

@ -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),