
jan at nessus
Aug 23, 2006, 1:54 AM
Post #1 of 1
(586 views)
Permalink
|
|
NessusClient/nessus/prefs_dialog prefs_dialog.c,1.18,1.19
|
|
Update of /usr/local/cvs/NessusClient/nessus/prefs_dialog In directory raccoon.nessus.org:/tmp/cvs-serv57487 Modified Files: prefs_dialog.c Log Message: Increased default width of left-hand overview on tasks/scopes/reports, because on almost all systems some buttons of the toolbar are not visible and for new users it is not obvious that there are indeed more. Same for the columns with the report statistics. Index: prefs_dialog.c =================================================================== RCS file: /usr/local/cvs/NessusClient/nessus/prefs_dialog/prefs_dialog.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- prefs_dialog.c 5 Jul 2006 14:12:44 -0000 1.18 +++ prefs_dialog.c 23 Aug 2006 08:54:33 -0000 1.19 @@ -550,7 +550,7 @@ hpaned = gtk_hpaned_new(); gtk_widget_ref(hpaned); - gtk_paned_set_position(GTK_PANED(hpaned), 210); + gtk_paned_set_position(GTK_PANED(hpaned), 350); gtk_widget_show(hpaned); gtk_box_pack_start(GTK_BOX(hbox), hpaned, TRUE, TRUE, 0); _______________________________________________ Nessus-cvs mailing list Nessus-cvs [at] list http://mail.nessus.org/mailman/listinfo/nessus-cvs
|