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