diff options
author | raveit65 <[email protected]> | 2017-08-07 16:01:02 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-08-07 16:01:02 +0200 |
commit | d134b361ccce0bdb32d4aaf9d1874918d6ee4eee (patch) | |
tree | d4d6dc25db2a0064b79c1baa86d6b31491ac1f2a /shell | |
parent | da4ee916b749bdb1baa1f66c828f884392f8086d (diff) | |
download | atril-d134b361ccce0bdb32d4aaf9d1874918d6ee4eee.tar.bz2 atril-d134b361ccce0bdb32d4aaf9d1874918d6ee4eee.tar.xz |
annotation-properties-dialog: don't use a headerbar
Fixes https://github.com/mate-desktop/atril/issues/264
Diffstat (limited to 'shell')
-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:")); |