From 6560b886953a6147b9cd4bca2f797c694fb18f2d Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Sun, 17 Oct 2010 12:54:30 -0400 Subject: [PATCH] Removed gtk_status_bar_set_has_resize_grip(). Resize grip in Gtk3 has been moved from GtkStatusBar to GtkWindow. Glabels also no longer explicitly turns the resize grip off. --- src/window.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/window.c b/src/window.c index e2acbeda..98df0c93 100644 --- a/src/window.c +++ b/src/window.c @@ -44,7 +44,7 @@ #define DEFAULT_WINDOW_HEIGHT 600 #define CURSOR_INFO_WIDTH 150 -#define ZOOM_INFO_WIDTH 50 +#define ZOOM_INFO_WIDTH 75 /*===========================================================================*/ @@ -167,7 +167,6 @@ gl_window_init (glWindow *window) gtk_box_pack_start (GTK_BOX (vbox1), status_hbox, FALSE, FALSE, 0); window->status_bar = gtk_statusbar_new (); - gtk_statusbar_set_has_resize_grip (GTK_STATUSBAR (window->status_bar), FALSE); gtk_box_pack_start (GTK_BOX (status_hbox), window->status_bar, TRUE, TRUE, 0); -- 2.39.5