From 3af0c282ae5835d58955632031e834f71838c816 Mon Sep 17 00:00:00 2001 From: Nico Alt <nicoalt@posteo.org> Date: Wed, 30 Dec 2020 12:00:00 +0000 Subject: [PATCH] Add border around chat input --- briar-gtk/data/ui/main_window.ui | 2 ++ 1 file changed, 2 insertions(+) diff --git a/briar-gtk/data/ui/main_window.ui b/briar-gtk/data/ui/main_window.ui index a1a0273..488fa71 100644 --- a/briar-gtk/data/ui/main_window.ui +++ b/briar-gtk/data/ui/main_window.ui @@ -145,6 +145,8 @@ <object class="GtkScrolledWindow"> <property name="visible">True</property> <property name="hexpand">True</property> + <property name="shadow_type">in</property> + <property name="border_width">3</property> <child> <object class="GtkTextView" id="chat_entry"> <property name="visible">True</property> -- GitLab