Skip to content

Commit

Permalink
忘记还原默认窗口
Browse files Browse the repository at this point in the history
  • Loading branch information
LorisYounger committed Aug 25, 2023
1 parent 88a64ed commit 90edb5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VPet-Simulator.Core/Display/ToolBar.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Border x:Name="BdrPanel" Margin="0,0,0,55" VerticalAlignment="Bottom" x:FieldModifier="public"
Background="{DynamicResource DARKPrimaryText}" BorderBrush="{DynamicResource DARKPrimaryDarker}"
BorderThickness="1" CornerRadius="5" MouseLeave="MenuPanel_MouseLeave" TextBlock.FontSize="24"
TextElement.FontSize="24" >
TextElement.FontSize="24" Visibility="Collapsed" >
<Grid Margin="15" x:Name="gdPanel" x:FieldModifier="public">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" />
Expand Down

0 comments on commit 90edb5b

Please sign in to comment.