From cd3498d78f0c11dfcc4971dd411ca82558296da3 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Thu, 19 Mar 2020 11:00:31 -0400 Subject: [PATCH] dialog should inherit from CustomDialog --- .../Dialogs/DocumentPropertiesDialog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSharp/Libraries/UniversalEditor.UserInterface/Dialogs/DocumentPropertiesDialog.cs b/CSharp/Libraries/UniversalEditor.UserInterface/Dialogs/DocumentPropertiesDialog.cs index 75a42a4a..1be68578 100644 --- a/CSharp/Libraries/UniversalEditor.UserInterface/Dialogs/DocumentPropertiesDialog.cs +++ b/CSharp/Libraries/UniversalEditor.UserInterface/Dialogs/DocumentPropertiesDialog.cs @@ -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