mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-08 12:57:50 +00:00
add resize grip and adjust video control margin for easier resizing
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
</Style>
|
||||
</glassLayer:GlassLayer.Style>
|
||||
</glassLayer:GlassLayer>
|
||||
<DockPanel>
|
||||
<DockPanel Margin="8,0,8,0">
|
||||
<Button x:Name="buttonPlayPause" DockPanel.Dock="Left">
|
||||
<Button.Style>
|
||||
<Style TargetType="Button" BasedOn="{StaticResource ControlButtonStyle}">
|
||||
|
@@ -12,6 +12,7 @@
|
||||
d:DesignWidth="624" d:DesignHeight="700"
|
||||
MinWidth="400" MinHeight="200"
|
||||
Focusable="False"
|
||||
ResizeMode="CanResizeWithGrip"
|
||||
BorderBrush="{DynamicResource CaptionBackground}"
|
||||
Background="{DynamicResource MainWindowBackground}"
|
||||
ShowActivated="False" ShowInTaskbar="False">
|
||||
|
Reference in New Issue
Block a user