Clean up some edges on installers

This commit is contained in:
Eric Reed
2013-03-01 10:36:14 -05:00
parent 132eafaef5
commit 833639ff87
3 changed files with 5 additions and 5 deletions

View File

@@ -261,7 +261,7 @@ namespace MediaBrowser.Installer
void DownloadProgressChanged(object sender, DownloadProgressChangedEventArgs e)
{
rectProgress.Width = (660 * e.ProgressPercentage)/100f;
rectProgress.Width = (this.Width * e.ProgressPercentage)/100f;
}
/// <summary>