]> git.sur5r.net Git - glabels/commitdiff
Removed gtk_status_bar_set_has_resize_grip().
authorJim Evins <evins@snaught.com>
Sun, 17 Oct 2010 16:54:30 +0000 (12:54 -0400)
committerJim Evins <evins@snaught.com>
Sun, 17 Oct 2010 16:54:30 +0000 (12:54 -0400)
Resize grip in Gtk3 has been moved from GtkStatusBar to GtkWindow.  Glabels
also no longer explicitly turns the resize grip off.

src/window.c

index e2acbeda3877b07fa40e92a7e5c2fe4b99baf4d6..98df0c93649f93e5f52c291a95064909cb4c7035 100644 (file)
@@ -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);