diff options
-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:")); |