mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 17:59:17 +00:00
Fix VideoViewer time label width for long video
This commit is contained in:
@@ -212,7 +212,8 @@
|
|||||||
</Button.Style>
|
</Button.Style>
|
||||||
</Button>
|
</Button>
|
||||||
<Button x:Name="buttonTime"
|
<Button x:Name="buttonTime"
|
||||||
Width="37"
|
Width="NaN"
|
||||||
|
MinWidth="37"
|
||||||
DockPanel.Dock="Right"
|
DockPanel.Dock="Right"
|
||||||
Style="{StaticResource ControlButtonStyle}"
|
Style="{StaticResource ControlButtonStyle}"
|
||||||
Tag="Time"
|
Tag="Time"
|
||||||
|
Reference in New Issue
Block a user