summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-08-07 16:01:02 +0200
committerraveit65 <[email protected]>2017-08-07 16:01:02 +0200
commitd134b361ccce0bdb32d4aaf9d1874918d6ee4eee (patch)
treed4d6dc25db2a0064b79c1baa86d6b31491ac1f2a
parentda4ee916b749bdb1baa1f66c828f884392f8086d (diff)
downloadatril-d134b361ccce0bdb32d4aaf9d1874918d6ee4eee.tar.bz2
atril-d134b361ccce0bdb32d4aaf9d1874918d6ee4eee.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.c2
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:"));