mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-26 09:42:25 +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:
parent
d62f4f8cf6
commit
d681abb508
@ -341,7 +341,7 @@ void dlg_listbox_addwithindex(union control *ctrl, void *dlg,
|
|||||||
* are tabs in the thing.
|
* are tabs in the thing.
|
||||||
*/
|
*/
|
||||||
GtkWidget *listitem = gtk_list_item_new();
|
GtkWidget *listitem = gtk_list_item_new();
|
||||||
GtkWidget *cols = columns_new(0);
|
GtkWidget *cols = columns_new(10);
|
||||||
gint *percents;
|
gint *percents;
|
||||||
int i, ncols;
|
int i, ncols;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user