[gaim-migrate @ 16895]

Sun, 20 Aug 2006 02:13:05 +0000

author
Ethan Blanton <elb@pidgin.im>
date
Sun, 20 Aug 2006 02:13:05 +0000
changeset 14276
d1874a008bf1
parent 14275
ef418684623d
child 14277
feec61ac5bae

[gaim-migrate @ 16895]
Make the gntgaim blist a touch more friendly for 80x24 terminals, by
reducing its default height to 18 and removing a hrule.

console/gntblist.c file | annotate | diff | comparison | revisions
--- a/console/gntblist.c	Sat Aug 19 23:51:43 2006 +0000
+++ b/console/gntblist.c	Sun Aug 20 02:13:05 2006 +0000
@@ -1092,7 +1092,7 @@
 	gaim_prefs_add_none(PREF_ROOT);
 	gaim_prefs_add_none(PREF_ROOT "/size");
 	gaim_prefs_add_int(PREF_ROOT "/size/width", 20);
-	gaim_prefs_add_int(PREF_ROOT "/size/height", 20);
+	gaim_prefs_add_int(PREF_ROOT "/size/height", 18);
 	gaim_prefs_add_none(PREF_ROOT "/position");
 	gaim_prefs_add_int(PREF_ROOT "/position/x", 0);
 	gaim_prefs_add_int(PREF_ROOT "/position/y", 0);
@@ -1295,8 +1295,6 @@
 
 	gnt_box_add_widget(GNT_BOX(ggblist->window), ggblist->tree);
 
-	gnt_box_add_widget(GNT_BOX(ggblist->window), gnt_hline_new());
-
 	ggblist->status = gnt_combo_box_new();
 	gnt_box_add_widget(GNT_BOX(ggblist->window), ggblist->status);
 	ggblist->statustext = gnt_entry_new(NULL);

mercurial