diff --git a/source/ubl-utils.c b/source/ubl-utils.c index 7e3a35e..fadaadc 100644 --- a/source/ubl-utils.c +++ b/source/ubl-utils.c @@ -1068,6 +1068,8 @@ char *yon_app_chooser_open_with_sections(char *section_name, char *section_filte gtk_dialog_add_buttons(GTK_DIALOG(dialog),_("Cancel"),0,_("Accept"),1,NULL); GtkWidget *window = GTK_WIDGET(gtk_builder_get_object(builder,"ApplicationsWindow")); GtkWidget *box = GTK_WIDGET(gtk_builder_get_object(builder,"box")); + GtkWidget *header = GTK_WIDGET(gtk_builder_get_object(builder,"ApplicationsHeaderBar")); + gtk_window_set_titlebar(GTK_WINDOW(dialog),header); g_object_ref(box); gtk_container_remove(GTK_CONTAINER(window),box); gtk_box_pack_start(GTK_BOX(gtk_dialog_get_content_area(GTK_DIALOG(dialog))),box,1,1,5); diff --git a/ublexec-application.glade b/ublexec-application.glade index d6e2ca2..e248387 100644 --- a/ublexec-application.glade +++ b/ublexec-application.glade @@ -2,6 +2,30 @@ + + True + False + True + + + True + False + center + Applications + + + + + + + + True + False + 32 + com.ublinux.ublexec + + + @@ -68,30 +92,7 @@ - - True - False - True - - - True - False - center - Applications - - - - - - - - True - False - 32 - com.ublinux.ublexec - - - +