dialog should inherit from CustomDialog

This commit is contained in:
Michael Becker 2020-03-19 11:00:31 -04:00
parent 7a8aaf3967
commit cd3498d78f
No known key found for this signature in database
GPG Key ID: 389DFF5D73781A12

View File

@ -32,7 +32,7 @@ using System.ComponentModel;
namespace UniversalEditor.UserInterface.Dialogs
{
[ContainerLayout("~/Dialogs/DocumentPropertiesDialog.glade", "GtkDialog")]
public class DocumentPropertiesDialog : Dialog
public class DocumentPropertiesDialog : CustomDialog
{
// **********************************************************
// THESE FIELDS ARE FILLED IN BY UWT CONTAINER LAYOUT LOADER