From 90906f6a4d71ce0c182026bf3afed3c1859f4359 Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 17 Jan 2005 07:32:41 +0000 Subject: removed resize grip of the statusbar of main window. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@11 ee746299-78ed-0310-b773-934348b2243d --- src/statusbar.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/statusbar.c') diff --git a/src/statusbar.c b/src/statusbar.c index 8ddc9508..f255aa61 100644 --- a/src/statusbar.c +++ b/src/statusbar.c @@ -39,7 +39,8 @@ GtkWidget *statusbar_create(void) GtkWidget *statusbar; statusbar = gtk_statusbar_new(); - gtk_widget_set_usize(statusbar, 1, -1); + gtk_widget_set_size_request(statusbar, 1, -1); + gtk_statusbar_set_has_resize_grip(GTK_STATUSBAR(statusbar), FALSE); statusbar_list = g_list_append(statusbar_list, statusbar); return statusbar; -- cgit v1.2.3