EImageChooserDialog: Use a header bar as title bar

This commit is contained in:
Cédric Bellegarde 2022-06-25 13:48:03 +02:00 committed by Milan Crha
parent 92d8f115df
commit b619f1e583

View File

@ -228,6 +228,7 @@ e_image_chooser_dialog_new (const gchar *title,
E_TYPE_IMAGE_CHOOSER_DIALOG,
"action", GTK_FILE_CHOOSER_ACTION_OPEN,
"title", title,
"use-header-bar", TRUE,
"transient-for", parent, NULL);
}