fix dialog button anchor on high dpi screens

This commit is contained in:
2024-01-22 09:40:54 +01:00
parent 0988657c91
commit 013acc7a98
2 changed files with 4 additions and 4 deletions

View File

@@ -29,8 +29,8 @@
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FlyoutDialogBase));
radButton_Cancel = new global::Telerik.WinControls.UI.RadButton();
radButton_Confirm = new global::Telerik.WinControls.UI.RadButton();
radButton_Cancel = new Telerik.WinControls.UI.RadButton();
radButton_Confirm = new Telerik.WinControls.UI.RadButton();
tableLayoutPanel_ActionButtons = new TableLayoutPanel();
((System.ComponentModel.ISupportInitialize)radButton_Cancel).BeginInit();
((System.ComponentModel.ISupportInitialize)radButton_Confirm).BeginInit();