1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

When a piece of text overflows its column in a tabbed list box, I

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.

[originally from svn r2940]
This commit is contained in:
Simon Tatham 2003-03-15 15:56:51 +00:00
parent d62f4f8cf6
commit d681abb508

View 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;