diff options
author | sr55 <[email protected]> | 2015-04-18 14:45:33 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-04-18 14:45:33 +0000 |
commit | fe4ceda48e5359d46a168bd19d283328d78ce7c9 (patch) | |
tree | 425774e2a633e128af486bedeac11dd9a041ad52 /win/CS/HandBrakeWPF/Views | |
parent | d26d290873503259f71d7c09d3fb3377cc2c9ae8 (diff) |
WinGui: Some further UI design tweaks.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7095 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/MainView.xaml | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/win/CS/HandBrakeWPF/Views/MainView.xaml b/win/CS/HandBrakeWPF/Views/MainView.xaml index 8e365891a..ba311ae59 100644 --- a/win/CS/HandBrakeWPF/Views/MainView.xaml +++ b/win/CS/HandBrakeWPF/Views/MainView.xaml @@ -640,16 +640,12 @@ </Grid>
<!-- Source Selection-->
- <Controls:SourceSelection Grid.Row="1" MinWidth="300" HorizontalAlignment="Left" VerticalAlignment="Stretch" BorderThickness="1" BorderBrush="DarkGray"
- Visibility="{Binding ShowSourceSelection, Converter={StaticResource boolToVisConverter}, TargetNullValue=Collapsed, FallbackValue=Collapsed}" Panel.ZIndex="1"
- />
-
-
- <!--<DockPanel Background="Black" Opacity="0.40" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Panel.ZIndex="0"
- Grid.Row="1"
- Visibility="{Binding ShowSourceSelection, Converter={StaticResource boolToVisConverter}, ConverterParameter=false}" />-->
-
- <!-- StatusPanel Height="70" -->
+ <Controls:SourceSelection x:Name="sourceSelection"
+ Grid.Row="0" Grid.RowSpan="3"
+ Visibility="{Binding ShowSourceSelection, Converter={StaticResource boolToVisConverter}, ConverterParameter=false, TargetNullValue=Collapsed, FallbackValue=Collapsed}"
+ VerticalAlignment="Stretch" HorizontalAlignment="Stretch"
+ Panel.ZIndex="10" />
+
<Controls:StatusPanel x:Name="loadingPanel"
Grid.Row="0"
Grid.RowSpan="3"
|