diff --git a/src/filetransfer/v3270ft.c b/src/filetransfer/v3270ft.c index f2923a4..d8bb99f 100644 --- a/src/filetransfer/v3270ft.c +++ b/src/filetransfer/v3270ft.c @@ -355,10 +355,9 @@ static void v3270ft_init(v3270ft *dialog) { GtkWidget * entry[G_N_ELEMENTS(label)]; // Initialize - gtk_container_set_border_width(GTK_CONTAINER(gtk_dialog_get_content_area(GTK_DIALOG(dialog))),18); gtk_window_set_title(GTK_WINDOW(dialog),_( "3270 File transfer")); gtk_window_set_resizable(GTK_WINDOW(dialog),FALSE); - gtk_container_set_border_width(GTK_CONTAINER(box),3); + gtk_container_set_border_width(GTK_CONTAINER(box),18); dialog->files = dialog->active = g_list_append(NULL,v3270ft_create_entry()); // Buttons diff --git a/src/testprogram/testprogram.c b/src/testprogram/testprogram.c index 8a5564a..c316a6a 100644 --- a/src/testprogram/testprogram.c +++ b/src/testprogram/testprogram.c @@ -184,11 +184,18 @@ static void ft_clicked(GtkButton G_GNUC_UNUSED(*button), GtkWidget *terminal) v3270_ft_activity_set_options(activity,LIB3270_FT_OPTION_RECEIVE|LIB3270_FT_OPTION_ASCII|LIB3270_FT_OPTION_REMAP); */ + /* // // Test settings dialog // GtkWidget * dialog = v3270_ft_settings_dialog_new(terminal); // v3270_ft_settings_dialog_append_activity(dialog,activity,NULL); + */ + + // + // V5.1 dialog + // + GtkWidget *dialog = v3270ft_new(); /* // -- libgit2 0.21.2