From cab52d464c178ef313c39a6f3b78eb5918b1c69e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20G=C3=B6llnitz?= Date: Tue, 16 Sep 2025 00:23:43 +0200 Subject: [PATCH] new-call-box: wrap dialer in scrolled window MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was possible to increase the window's size below the minimum size of the dialer view. As such it is important to wrap it in a scrolled window in order not to lose access to otherwise hidden interface components. This is, of course, not a replacement for a better adapting dialer. Signed-off-by: Markus Göllnitz Part-of: --- src/ui/new-call-box.ui | 120 +++++++++++++++++++++-------------------- 1 file changed, 63 insertions(+), 57 deletions(-) diff --git a/src/ui/new-call-box.ui b/src/ui/new-call-box.ui index 3b13ec5..1a2b2f6 100644 --- a/src/ui/new-call-box.ui +++ b/src/ui/new-call-box.ui @@ -2,71 +2,77 @@