mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
Update WizardProgress.cs
Fixed a spell-check problem
This commit is contained in:
parent
1ea6bd2aa0
commit
74c8880424
@ -179,7 +179,7 @@ namespace XenAdmin.Wizards
|
||||
|
||||
int bg_w = Width;
|
||||
|
||||
//This makes sure we compensate for rounding should it happened whilst calculating bg_h. (to avoid gap on the right)
|
||||
//This makes sure we compensate for rounding if it happened while bg_h was calculated. (to avoid gap on the right)
|
||||
//Switch to 125% dpi to see why this is needed...
|
||||
if (Width / (float)bg.Width != 1f)
|
||||
bg_w++;
|
||||
|
Loading…
Reference in New Issue
Block a user