dialog should inherit from CustomDialog
This commit is contained in:
parent
7a8aaf3967
commit
cd3498d78f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user