mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
Fixed checked state display issue on ShowToolbarMenuItem.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
dd94ebaf3f
commit
366267a975
4
XenAdmin/MainWindow.Designer.cs
generated
4
XenAdmin/MainWindow.Designer.cs
generated
@ -775,7 +775,6 @@ namespace XenAdmin
|
||||
//
|
||||
// ToolBarContextMenu
|
||||
//
|
||||
this.ToolBarContextMenu.ImageScalingSize = new System.Drawing.Size(40, 40);
|
||||
this.ToolBarContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.ShowToolbarMenuItem});
|
||||
this.ToolBarContextMenu.Name = "ToolBarContextMenu";
|
||||
@ -783,9 +782,6 @@ namespace XenAdmin
|
||||
//
|
||||
// ShowToolbarMenuItem
|
||||
//
|
||||
this.ShowToolbarMenuItem.Checked = true;
|
||||
this.ShowToolbarMenuItem.CheckOnClick = true;
|
||||
this.ShowToolbarMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.ShowToolbarMenuItem.Name = "ShowToolbarMenuItem";
|
||||
resources.ApplyResources(this.ShowToolbarMenuItem, "ShowToolbarMenuItem");
|
||||
this.ShowToolbarMenuItem.Click += new System.EventHandler(this.ShowToolbarMenuItem_Click);
|
||||
|
@ -1822,13 +1822,13 @@
|
||||
<value>163, 5</value>
|
||||
</metadata>
|
||||
<data name="ShowToolbarMenuItem.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>146, 22</value>
|
||||
<value>180, 22</value>
|
||||
</data>
|
||||
<data name="ShowToolbarMenuItem.Text" xml:space="preserve">
|
||||
<value>Show &Toolbar</value>
|
||||
</data>
|
||||
<data name="ToolBarContextMenu.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>147, 26</value>
|
||||
<value>181, 48</value>
|
||||
</data>
|
||||
<data name=">>ToolBarContextMenu.Name" xml:space="preserve">
|
||||
<value>ToolBarContextMenu</value>
|
||||
|
Loading…
Reference in New Issue
Block a user