From ffb1474c7e0de3600c354c3fb4dc73520da04604 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 15 Nov 2025 19:41:47 +0200 Subject: [PATCH] show multi-line entry for the titan input by default --- src/app/browser/window/tab/item/page/input/titan/text/form.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/browser/window/tab/item/page/input/titan/text/form.rs b/src/app/browser/window/tab/item/page/input/titan/text/form.rs index 44d2cbf5..51df4521 100644 --- a/src/app/browser/window/tab/item/page/input/titan/text/form.rs +++ b/src/app/browser/window/tab/item/page/input/titan/text/form.rs @@ -34,7 +34,7 @@ impl Form for TextView { .left_margin(MARGIN) .right_margin(MARGIN) .top_margin(MARGIN) - .valign(gtk::Align::BaselineCenter) + .valign(gtk::Align::Fill) .wrap_mode(WrapMode::Word) .build() };