diff options
author | raveit65 <[email protected]> | 2017-08-07 16:01:02 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-08-07 16:02:32 +0200 |
commit | 13ece1f6fc9ae21b58bba38df4aaa960baa22d8e (patch) | |
tree | 36caa24a573a04ec163c370b327a80b525d213cb | |
parent | 21e8529bb67a70d1f0dff71ece298efded5595b8 (diff) | |
download | atril-13ece1f6fc9ae21b58bba38df4aaa960baa22d8e.tar.bz2 atril-13ece1f6fc9ae21b58bba38df4aaa960baa22d8e.tar.xz |
annotation-properties-dialog: don't use a headerbar
Fixes https://github.com/mate-desktop/atril/issues/264
-rw-r--r-- | shell/ev-annotation-properties-dialog.c | 2 |
1 files changed, 2 insertions, 0 deletions
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:")); |