Skip to content

Commit

Permalink
Fix VideoViewer time label width for long video
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed Dec 31, 2024
1 parent e70c23a commit 8a2a0df
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8a2a0df

Please sign in to comment.