aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/UI/Splash.xaml
diff options
context:
space:
mode:
authorLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-08-25 17:08:27 -0400
committerLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-08-25 17:08:27 -0400
commitee91096eb0134016410e094e9f0231f4780e536f (patch)
tree50f9fcf00b670ad87152d39d935413b18a6574d4 /MediaBrowser.Common/UI/Splash.xaml
parentc124672636e0027ed557b6e24ce54c605312f65c (diff)
Added a method in BaseApplication to get the logo image
Diffstat (limited to 'MediaBrowser.Common/UI/Splash.xaml')
-rw-r--r--MediaBrowser.Common/UI/Splash.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common/UI/Splash.xaml b/MediaBrowser.Common/UI/Splash.xaml
index ac3c3ac980..56c2957311 100644
--- a/MediaBrowser.Common/UI/Splash.xaml
+++ b/MediaBrowser.Common/UI/Splash.xaml
@@ -17,7 +17,7 @@
</RadialGradientBrush>
</Window.Background>
<Grid Name="splashGrid">
- <Image HorizontalAlignment="Left" VerticalAlignment="Top" Source="/MediaBrowser.Common;component/Resources/mblogo.png" Stretch="Uniform" Grid.Row="0" Margin="10 10 10 10"/>
+ <Image x:Name="imgLogo" HorizontalAlignment="Left" VerticalAlignment="Top" Stretch="Uniform" Grid.Row="0" Margin="10 10 10 10"/>
<ProgressBar Name="pbProgress" Minimum="0" Maximum="100" HorizontalAlignment="Left" Height="24" Margin="30,110,30,0" Width="460" Grid.Row="1"/>
<Label Name="lblProgress" Content="Label" Margin="0,190,10,0" VerticalContentAlignment="Center" HorizontalAlignment="Center" Grid.Row="2"/>
</Grid>