commit c4c065735424cdc3fc80c51a1db0fac03d59cff1
parent 628eb7a95e3decaa18fc59c00ac2708218f98da0
Author: wwp <subscript@free.fr>
Date: Mon, 17 Mar 2025 16:26:01 +0100
Collect addresses: remove surrounding frame.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/addrgather.c b/src/addrgather.c
@@ -543,6 +543,7 @@ static void addrgather_dlg_create(void)
gtk_widget_show(notebook);
gtk_box_pack_start(GTK_BOX(vbox), notebook, TRUE, TRUE, 0);
gtk_container_set_border_width(GTK_CONTAINER(notebook), 6);
+ gtk_notebook_set_show_border(GTK_NOTEBOOK(notebook), FALSE);
/* Status line */
hsbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 0);