From: José Aliste Date: Wed, 1 Dec 2010 15:55:20 +0000 (-0300) Subject: libview: Don't draw a resize grip for Annotation Windows. X-Git-Tag: EVINCE_2_91_4~63 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=04766ed2f064192b4a8eb3fb6a81a1bd020a139f;p=evince.git libview: Don't draw a resize grip for Annotation Windows. Annotation Windows draw their own resize grip. --- diff --git a/libview/ev-annotation-window.c b/libview/ev-annotation-window.c index aa7babdd..61002e2e 100644 --- a/libview/ev-annotation-window.c +++ b/libview/ev-annotation-window.c @@ -328,6 +328,7 @@ ev_annotation_window_init (EvAnnotationWindow *window) gtk_widget_show (swindow); /* Resize bar */ + gtk_window_set_has_resize_grip (GTK_WINDOW(window), FALSE); hbox = gtk_hbox_new (FALSE, 0); window->resize_sw = gtk_event_box_new ();