diff options
author | sr55 <[email protected]> | 2013-12-01 16:46:16 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-12-01 16:46:16 +0000 |
commit | 01f80ca032c708b7cae8118f83390ce56eb1988c (patch) | |
tree | 825d549c8d727121bcc268b9cb24728a07a10c67 /win/CS/HandBrakeWPF/Views/CountdownAlertView.xaml | |
parent | ad9f61d20e531e2f99df7de4980bc4d7e658b78c (diff) |
WinGui: Redesigned the Source Selection Menu dropdown, to an overlay window. Hopefully this is a bit cleaner but feedback is welcome on the forum. This may get reverted later if it doesn't work out.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5909 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/CountdownAlertView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/CountdownAlertView.xaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/CountdownAlertView.xaml b/win/CS/HandBrakeWPF/Views/CountdownAlertView.xaml index 121f43595..b013096e4 100644 --- a/win/CS/HandBrakeWPF/Views/CountdownAlertView.xaml +++ b/win/CS/HandBrakeWPF/Views/CountdownAlertView.xaml @@ -13,7 +13,6 @@ <StackPanel Grid.Row="0"
Height="30"
Margin="0,0,0,10"
- Background="White"
Orientation="Horizontal">
<Image Width="24"
Height="24"
|