When a piece of text overflows its column in a tabbed list box, I
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 15 Mar 2003 15:56:51 +0000 (15:56 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 15 Mar 2003 15:56:51 +0000 (15:56 +0000)
think on balance I rather like the natural behaviour of the way I've
done it, except that non-zero separation between the columns would
be even nicer. Accordingly, here is some.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2940 cda61777-01e9-0310-a592-d414129be87e

unix/gtkdlg.c

index d48c422..ae2a4bc 100644 (file)
@@ -341,7 +341,7 @@ void dlg_listbox_addwithindex(union control *ctrl, void *dlg,
         * are tabs in the thing.
         */
        GtkWidget *listitem = gtk_list_item_new();
-       GtkWidget *cols = columns_new(0);
+       GtkWidget *cols = columns_new(10);
        gint *percents;
        int i, ncols;