From 85b6bc79a3012d28dece62ac780cac76cdcba265 Mon Sep 17 00:00:00 2001 From: sk Date: Sat, 4 Feb 2023 14:21:14 +0100 Subject: [PATCH] increase max text height --- mastodon/src/main/res/values/dimens.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/src/main/res/values/dimens.xml b/mastodon/src/main/res/values/dimens.xml index 7c0fdcd18..a39dcef97 100644 --- a/mastodon/src/main/res/values/dimens.xml +++ b/mastodon/src/main/res/values/dimens.xml @@ -1,5 +1,5 @@ - 300dp + 350dp 150dp \ No newline at end of file