aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Installer/MainWindow.xaml.cs
diff options
context:
space:
mode:
authorEric Reed <ebr@mediabrowser3.com>2013-03-01 10:36:14 -0500
committerEric Reed <ebr@mediabrowser3.com>2013-03-01 10:36:14 -0500
commit833639ff87569140027e4402391f18bbabbec6b2 (patch)
tree12f71e87644a00bf2134584727a3eb20ecce94e6 /MediaBrowser.Installer/MainWindow.xaml.cs
parent132eafaef5e8487b98838de2928e24bd953a85c9 (diff)
Clean up some edges on installers
Diffstat (limited to 'MediaBrowser.Installer/MainWindow.xaml.cs')
-rw-r--r--MediaBrowser.Installer/MainWindow.xaml.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Installer/MainWindow.xaml.cs b/MediaBrowser.Installer/MainWindow.xaml.cs
index 2e2e5a079..dfa1991df 100644
--- a/MediaBrowser.Installer/MainWindow.xaml.cs
+++ b/MediaBrowser.Installer/MainWindow.xaml.cs
@@ -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>