diff --git a/src/v3270ft/settings.c b/src/v3270ft/settings.c index c332e94..119627a 100644 --- a/src/v3270ft/settings.c +++ b/src/v3270ft/settings.c @@ -143,7 +143,7 @@ // Options box GtkWidget * options = gtk_box_new(GTK_ORIENTATION_HORIZONTAL,6); - gtk_box_set_homogeneous(GTK_BOX(options),FALSE); + gtk_box_set_homogeneous(GTK_BOX(options),TRUE); g_object_set(G_OBJECT(options),"margin-top",8,NULL); gtk_widget_set_hexpand(options,TRUE); gtk_grid_attach(GTK_GRID(widget),options,0,3,10,5); diff --git a/v3270.cbp b/v3270.cbp index bdfe45c..213b7b7 100644 --- a/v3270.cbp +++ b/v3270.cbp @@ -163,6 +163,9 @@ + + -- libgit2 0.21.2