Fix VideoViewer time label width for long video

This commit is contained in:
ema
2025-01-01 04:38:33 +08:00
parent e70c23ad75
commit 8a2a0df832

View File

@@ -212,7 +212,8 @@
</Button.Style>
</Button>
<Button x:Name="buttonTime"
Width="37"
Width="NaN"
MinWidth="37"
DockPanel.Dock="Right"
Style="{StaticResource ControlButtonStyle}"
Tag="Time"