修改全屏bug
This commit is contained in:
parent
3a8662548f
commit
512d9e5386
@ -161,8 +161,7 @@
|
||||
</Menu>
|
||||
</c:WindowCommands>
|
||||
</c:MetroWindow.RightWindowCommands>
|
||||
<Viewbox Stretch="Fill">
|
||||
<DockPanel>
|
||||
|
||||
<Grid>
|
||||
<Grid.Background>
|
||||
<ImageBrush ImageSource=".\bg.jpg" />
|
||||
@ -225,10 +224,10 @@
|
||||
Visibility="{Binding Source={x:Static local:AppEx.Current}, Path=AppMode, Converter={StaticResource AppModeToVisibilityConverter}, ConverterParameter=TaskBarView}" />
|
||||
</Grid>
|
||||
|
||||
|
||||
<Grid Margin="0,0,0,0"
|
||||
|
||||
Grid.Column="1">
|
||||
<Viewbox Stretch="Fill" Grid.Column="1" Margin="0,0,0,0">
|
||||
<DockPanel>
|
||||
<Grid Margin="0,0,0,0"
|
||||
>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition />
|
||||
<RowDefinition Height="Auto" />
|
||||
@ -257,7 +256,8 @@
|
||||
<v:CopterInfoView DataContext="{Binding Path=CopterListViewModel.SelectedCopter}" />
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
|
||||
</DockPanel>
|
||||
</Viewbox>
|
||||
</Grid>
|
||||
|
||||
<Border Grid.Row="1"
|
||||
@ -318,8 +318,7 @@
|
||||
|
||||
|
||||
</Grid>
|
||||
</DockPanel>
|
||||
</Viewbox>
|
||||
|
||||
|
||||
|
||||
</c:MetroWindow>
|
||||
|
Loading…
Reference in New Issue
Block a user