diff --git a/SunnyUI.Demo/Bin/SunnyUI.Demo.exe b/SunnyUI.Demo/Bin/SunnyUI.Demo.exe index bfd59048..04dfe460 100644 Binary files a/SunnyUI.Demo/Bin/SunnyUI.Demo.exe and b/SunnyUI.Demo/Bin/SunnyUI.Demo.exe differ diff --git a/SunnyUI.Demo/Forms/FEditor.cs b/SunnyUI.Demo/Forms/FEditor.cs index 5b6f60c1..892e8587 100644 --- a/SunnyUI.Demo/Forms/FEditor.cs +++ b/SunnyUI.Demo/Forms/FEditor.cs @@ -21,6 +21,8 @@ namespace Sunny.UI.Demo person.Birthday = new DateTime(2002, 1, 1); FEdit frm = new FEdit(); + frm.ReSetDPIScale(); + frm.Style = UIStyles.Style; frm.Person = person; frm.ShowDialog(); if (frm.IsOK) @@ -34,6 +36,8 @@ namespace Sunny.UI.Demo private void btnAdd_Click(object sender, EventArgs e) { FEdit frm = new FEdit(); + frm.ReSetDPIScale(); + frm.Style = UIStyles.Style; frm.ShowDialogWithMask(); if (frm.IsOK) {