comparison gtk/gtksavedstatuses.c @ 15015:f54c3349a7aa

[gaim-migrate @ 17795] make the custom status dialog a bit smaller to fit on 800x600 screens committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 21 Nov 2006 00:51:25 +0000
parents e7aaf5b71eb7
children 9ebc7fa9d556
comparison
equal deleted inserted replaced
15014:b188da596c46 15015:f54c3349a7aa
1151 G_TYPE_STRING); 1151 G_TYPE_STRING);
1152 1152
1153 /* Create the treeview */ 1153 /* Create the treeview */
1154 dialog->treeview = gtk_tree_view_new_with_model(GTK_TREE_MODEL(dialog->model)); 1154 dialog->treeview = gtk_tree_view_new_with_model(GTK_TREE_MODEL(dialog->model));
1155 gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(dialog->treeview), TRUE); 1155 gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(dialog->treeview), TRUE);
1156 gtk_widget_set_size_request(dialog->treeview, 400, 250); 1156 gtk_widget_set_size_request(dialog->treeview, -1, 150);
1157 gtk_container_add(GTK_CONTAINER(sw), dialog->treeview); 1157 gtk_container_add(GTK_CONTAINER(sw), dialog->treeview);
1158 1158
1159 /* Add columns */ 1159 /* Add columns */
1160 status_editor_add_columns(dialog); 1160 status_editor_add_columns(dialog);
1161 1161