Update WizardProgress.cs

Fixed a spell-check problem
This commit is contained in:
Gabor Apati-Nagy 2015-04-15 09:39:51 +01:00
parent 1ea6bd2aa0
commit 74c8880424

View File

@ -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++;