fix dialog button anchor on high dpi screens
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user