mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-08 07:12:56 +01:00
Clean up some edges on installers
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user