From d134b361ccce0bdb32d4aaf9d1874918d6ee4eee Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 7 Aug 2017 16:01:02 +0200 Subject: annotation-properties-dialog: don't use a headerbar Fixes https://github.com/mate-desktop/atril/issues/264 --- shell/ev-annotation-properties-dialog.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/ev-annotation-properties-dialog.c b/shell/ev-annotation-properties-dialog.c index 372b213a..3c0efba6 100644 --- a/shell/ev-annotation-properties-dialog.c +++ b/shell/ev-annotation-properties-dialog.c @@ -89,6 +89,8 @@ ev_annotation_properties_dialog_constructed (GObject *object) GtkWidget *grid = dialog->grid; GtkWidget *label; + gtk_window_set_titlebar (GTK_WINDOW (dialog), NULL); + switch (dialog->annot_type) { case EV_ANNOTATION_TYPE_TEXT: label = gtk_label_new (_("Icon:")); -- cgit v1.2.1