X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/b7831daf8a949090e7ae1c44e21b71d83d77a2c6..ed46435088b7ef9996c5fd386f558bd06d4099ae:/disobedience/users.c diff --git a/disobedience/users.c b/disobedience/users.c index 9031887..f4a0fbe 100644 --- a/disobedience/users.c +++ b/disobedience/users.c @@ -642,7 +642,7 @@ void manage_users(void) { /* Buttons live below the list */ vbox = gtk_vbox_new(FALSE, 2); - gtk_box_pack_start(GTK_BOX(vbox), tree, TRUE/*expand*/, TRUE/*fill*/, 0); + gtk_box_pack_start(GTK_BOX(vbox), scroll_widget(tree), TRUE/*expand*/, TRUE/*fill*/, 0); gtk_box_pack_start(GTK_BOX(vbox), buttons, FALSE/*expand*/, FALSE, 0); /* Create an empty user details table, and put an apply button below it */