From 732388303a927d3141939f75c3fff3d1213d70f5 Mon Sep 17 00:00:00 2001 From: Anton Lazarev Date: Sun, 17 Dec 2023 22:46:12 -0800 Subject: [PATCH] main-window: Stop setting `::has-default` https://docs.gtk.org/gtk4/migrating-3to4.html#stop-setting-has-default-and-has-focus-in-ui-files Oddly, there were previously 2 different default widgets? I just chose the first one. Part-of: --- src/ui/main-window.ui | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/ui/main-window.ui b/src/ui/main-window.ui index 0a0dbac..9449562 100644 --- a/src/ui/main-window.ui +++ b/src/ui/main-window.ui @@ -84,6 +84,7 @@ 240 200 True + ussd_cancel_button True @@ -91,8 +92,6 @@ False - True - True True _Cancel @@ -101,8 +100,6 @@ - True - True True _Close