@@ -650,7 +650,9 @@
|
||||
<RowDefinition Height="Auto"/>
|
||||
<RowDefinition Height="*"/>
|
||||
</Grid.RowDefinitions>
|
||||
<Grid Height="48" VerticalAlignment="Top" Grid.Row="0">
|
||||
<Grid Height="48" VerticalAlignment="Top" Grid.Row="0"
|
||||
Background="Transparent"
|
||||
MouseLeftButtonDown="SidebarTopBar_MouseLeftButtonDown">
|
||||
<Border x:Name="SearchButtonBorder" CornerRadius="8" Background="#d9d9d9" Width="34" Height="34" Margin="8,0,0,0" HorizontalAlignment="Left" MouseLeftButtonDown="SearchButton_Click" Cursor="Hand">
|
||||
<Image Width="16" Height="16">
|
||||
<Image.Source>
|
||||
@@ -664,7 +666,8 @@
|
||||
</Image.Source>
|
||||
</Image>
|
||||
</Border>
|
||||
<TextBlock x:Name="TitleTextBlock" FontSize="15" Text="软件设置" Foreground="#2e3436" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
||||
<TextBlock x:Name="TitleTextBlock" FontSize="15" Text="软件设置" Foreground="#2e3436" FontWeight="Bold"
|
||||
VerticalAlignment="Center" HorizontalAlignment="Center" IsHitTestVisible="False"/>
|
||||
<Border CornerRadius="8" Background="#d9d9d9" Width="34" Height="34" Margin="0,0,8,0" HorizontalAlignment="Right" PreviewMouseLeftButtonDown="MenuButton_Click" Cursor="Hand" x:Name="MenuButtonBorder">
|
||||
<Image Width="16" Height="16">
|
||||
<Image.Source>
|
||||
@@ -858,7 +861,8 @@
|
||||
|
||||
<!--Topbar-->
|
||||
<Grid Height="48" VerticalAlignment="Top" Margin="250,0,0,0">
|
||||
<Border x:Name="TopBarBorder" Height="48" CornerRadius="0,6,0,0" Background="#fafafa">
|
||||
<Border x:Name="TopBarBorder" Height="48" CornerRadius="0,6,0,0" Background="#fafafa"
|
||||
MouseLeftButtonDown="TopBarBorder_MouseLeftButtonDown">
|
||||
<Border.Clip>
|
||||
<RectangleGeometry Rect="0,0,640,56"/>
|
||||
</Border.Clip>
|
||||
@@ -868,7 +872,8 @@
|
||||
</Border.Effect>
|
||||
</Border>
|
||||
</Border>
|
||||
<TextBlock FontSize="16" Text="设置标题" Name="SettingsWindowTitle" Foreground="#2e3436" FontWeight="Bold" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
||||
<TextBlock FontSize="16" Text="设置标题" Name="SettingsWindowTitle" Foreground="#2e3436" FontWeight="Bold"
|
||||
VerticalAlignment="Center" HorizontalAlignment="Center" IsHitTestVisible="False"/>
|
||||
<Border CornerRadius="8" Background="#33ef4444" Width="34" Height="34" Margin="0,0,8,0" HorizontalAlignment="Right" MouseLeftButtonDown="CloseButton_Click" Cursor="Hand">
|
||||
<Image Width="12" Height="12">
|
||||
<Image.Source>
|
||||
|
||||
Reference in New Issue
Block a user