mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
Merge pull request #1023 from Frezzle/CA-207306
[CA-207306] Select box is not in line with pGPU bar on GPU tab of host
This commit is contained in:
commit
57f359561a
@ -116,8 +116,8 @@ namespace XenAdmin.Controls.GPU
|
||||
if (checkBox != null)
|
||||
{
|
||||
shinyBarsContainerPanel.Controls.Add(checkBox, 0, index);
|
||||
checkBox.Dock = DockStyle.Fill;
|
||||
checkBox.Margin = new Padding(3, 14, 0, 0);
|
||||
checkBox.Dock = DockStyle.Top;
|
||||
checkBox.Margin = new Padding(6, 32, 0, 0);
|
||||
checkBox.CheckedChanged += CheckedChanged;
|
||||
checkBox.Checked = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user