EContactEditorFullname: Use a header bar as title bar
This commit is contained in:

committed by
Milan Crha

parent
c6605af305
commit
f6b903e949
@ -244,6 +244,7 @@ e_contact_editor_fullname_new (GtkWindow *parent,
|
|||||||
{
|
{
|
||||||
GtkWidget *widget = g_object_new (E_TYPE_CONTACT_EDITOR_FULLNAME,
|
GtkWidget *widget = g_object_new (E_TYPE_CONTACT_EDITOR_FULLNAME,
|
||||||
"transient-for", parent,
|
"transient-for", parent,
|
||||||
|
"use-header-bar", TRUE,
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
g_object_set (
|
g_object_set (
|
||||||
|
Reference in New Issue
Block a user