From 6ec89fc491ef429bb9a8dcc3fe3c7c04d2f6674d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Daase?= Date: Sat, 6 Mar 2021 11:11:39 +0100 Subject: [PATCH] ui: Use saner pane size defaults Related: https://gitlab.gnome.org/GNOME/geary/-/issues/1164 --- ui/geary.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/geary.css b/ui/geary.css index 0f42c927..1455e30f 100644 --- a/ui/geary.css +++ b/ui/geary.css @@ -15,7 +15,7 @@ } .geary-folder-frame { - min-width: 250px; + min-width: 300px; } geary-conversation-list revealer {