fix dialog button anchor on high dpi screens
This commit is contained in:
@@ -29,8 +29,8 @@
|
|||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FlyoutDialogBase));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FlyoutDialogBase));
|
||||||
radButton_Cancel = new global::Telerik.WinControls.UI.RadButton();
|
radButton_Cancel = new Telerik.WinControls.UI.RadButton();
|
||||||
radButton_Confirm = new global::Telerik.WinControls.UI.RadButton();
|
radButton_Confirm = new Telerik.WinControls.UI.RadButton();
|
||||||
tableLayoutPanel_ActionButtons = new TableLayoutPanel();
|
tableLayoutPanel_ActionButtons = new TableLayoutPanel();
|
||||||
((System.ComponentModel.ISupportInitialize)radButton_Cancel).BeginInit();
|
((System.ComponentModel.ISupportInitialize)radButton_Cancel).BeginInit();
|
||||||
((System.ComponentModel.ISupportInitialize)radButton_Confirm).BeginInit();
|
((System.ComponentModel.ISupportInitialize)radButton_Confirm).BeginInit();
|
||||||
|
|||||||
@@ -119,7 +119,7 @@
|
|||||||
</resheader>
|
</resheader>
|
||||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
<data name="radButton_Cancel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
<data name="radButton_Cancel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||||
<value>Top, Right</value>
|
<value>Bottom, Right</value>
|
||||||
</data>
|
</data>
|
||||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
<data name="radButton_Cancel.ImageAlignment" type="System.Drawing.ContentAlignment, System.Drawing">
|
<data name="radButton_Cancel.ImageAlignment" type="System.Drawing.ContentAlignment, System.Drawing">
|
||||||
@@ -157,7 +157,7 @@
|
|||||||
<value>1</value>
|
<value>1</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="radButton_Confirm.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
<data name="radButton_Confirm.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||||
<value>Top, Right</value>
|
<value>Bottom, Right</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="radButton_Confirm.ImageAlignment" type="System.Drawing.ContentAlignment, System.Drawing">
|
<data name="radButton_Confirm.ImageAlignment" type="System.Drawing.ContentAlignment, System.Drawing">
|
||||||
<value>MiddleRight</value>
|
<value>MiddleRight</value>
|
||||||
|
|||||||
Reference in New Issue
Block a user