|
@@ -66,8 +66,9 @@
|
|
|
<v:CustomNotificationView />
|
|
<v:CustomNotificationView />
|
|
|
</DataTemplate>
|
|
</DataTemplate>
|
|
|
</Window.DataTemplates>
|
|
</Window.DataTemplates>
|
|
|
- <Panel>
|
|
|
|
|
- <DockPanel LastChildFill="True" Margin="{Binding #MainWindow.WindowDecorationMargins}">
|
|
|
|
|
|
|
+ <Panel>
|
|
|
|
|
+ <Panel Margin="{Binding #MainWindow.OffScreenMargin}">
|
|
|
|
|
+ <DockPanel LastChildFill="True" Margin="{Binding #MainWindow.WindowDecorationMargins}">
|
|
|
<Menu Name="MainMenu" DockPanel.Dock="Top">
|
|
<Menu Name="MainMenu" DockPanel.Dock="Top">
|
|
|
<MenuItem Header="File">
|
|
<MenuItem Header="File">
|
|
|
<MenuItem Header="Exit" Command="{Binding ExitCommand}" />
|
|
<MenuItem Header="Exit" Command="{Binding ExitCommand}" />
|
|
@@ -78,11 +79,12 @@
|
|
|
</Menu>
|
|
</Menu>
|
|
|
<local:MainView />
|
|
<local:MainView />
|
|
|
</DockPanel>
|
|
</DockPanel>
|
|
|
- <Border IsVisible="{Binding ExtendClientAreaEnabled}" BorderThickness="1 1 1 0" MinHeight="30" CornerRadius="4 4 0 0" BorderBrush="#55000000" Height="20" VerticalAlignment="Top" HorizontalAlignment="Left" Margin="250 0 0 0">
|
|
|
|
|
|
|
+ </Panel>
|
|
|
|
|
+ <Border BorderThickness="1 1 1 0" CornerRadius="4 4 0 0" BorderBrush="#55000000" Height="22" VerticalAlignment="Top" HorizontalAlignment="Left" Margin="250 8 0 0">
|
|
|
<Border.Background>
|
|
<Border.Background>
|
|
|
<SolidColorBrush Color="White" Opacity="0.7" />
|
|
<SolidColorBrush Color="White" Opacity="0.7" />
|
|
|
</Border.Background>
|
|
</Border.Background>
|
|
|
- <TextBlock Margin="5" Text="Content In TitleBar" />
|
|
|
|
|
|
|
+ <TextBlock Margin="5 5 5 0" Text="Content In TitleBar" />
|
|
|
</Border>
|
|
</Border>
|
|
|
</Panel>
|
|
</Panel>
|
|
|
</Window>
|
|
</Window>
|