Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
WangyuHello committed Mar 5, 2023
1 parent 19819d2 commit 75759eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HotPotPlayer/Controls/BilibiliSub/Header.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<TextBlock Text="动态" />
</StackPanel>
</ToggleButton>
<Border Grid.Column="1" Margin="0,-4,-4,0" Padding="6,1" CornerRadius="8" Background="#fa5a56" VerticalAlignment="Top" HorizontalAlignment="Right" Visibility="{x:Bind GetDynamicEntranceVisible(EntranceData)}">
<Border Grid.Column="1" Margin="0,10,-4,0" Padding="6,1" CornerRadius="8" Background="#fa5a56" VerticalAlignment="Top" HorizontalAlignment="Right" Visibility="{x:Bind GetDynamicEntranceVisible(EntranceData)}">
<TextBlock FontSize="12" Text="{x:Bind EntranceData.UpdateInfo.Item.Count}" Foreground="White" FontFamily="{ThemeResource MiSansRegular}"/>

<animations:Implicit.ShowAnimations>
Expand Down

0 comments on commit 75759eb

Please sign in to comment.