fix:错误的侧边栏按钮
This commit is contained in:
@@ -314,7 +314,7 @@
|
|||||||
|
|
||||||
<!-- Advanced -->
|
<!-- Advanced -->
|
||||||
<Button Width="40" Height="40" Margin="0,5,0,0" Style="{StaticResource NavButton}"
|
<Button Width="40" Height="40" Margin="0,5,0,0" Style="{StaticResource NavButton}"
|
||||||
Click="NavAdvanced_Click" Tag="advanced" ToolTip="高级项">
|
Click="NavAdvanced_Click" Tag="advanced" ToolTip="高级设置">
|
||||||
<Image Width="24" Height="24">
|
<Image Width="24" Height="24">
|
||||||
<Image.Source>
|
<Image.Source>
|
||||||
<DrawingImage>
|
<DrawingImage>
|
||||||
@@ -1598,7 +1598,7 @@
|
|||||||
</GroupBox>
|
</GroupBox>
|
||||||
<GroupBox>
|
<GroupBox>
|
||||||
<GroupBox.Header>
|
<GroupBox.Header>
|
||||||
<TextBlock Margin="0,12,0,0" Text="高级项" FontWeight="Bold" Foreground="#fafafa"
|
<TextBlock Margin="0,12,0,0" Text="高级设置" FontWeight="Bold" Foreground="#fafafa"
|
||||||
FontSize="26" />
|
FontSize="26" />
|
||||||
</GroupBox.Header>
|
</GroupBox.Header>
|
||||||
<ui:SimpleStackPanel Spacing="6">
|
<ui:SimpleStackPanel Spacing="6">
|
||||||
|
|||||||
Reference in New Issue
Block a user