mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-19 06:53:26 +08:00
[Run] Fix context menu (#9712)
* Added modern context menu * Context menu fix Co-authored-by: Niels Laute <niels9001@hotmail.com>
This commit is contained in:
parent
2d39bb8cd2
commit
df5f5ba1b5
@ -6,6 +6,7 @@
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:p="clr-namespace:PowerLauncher.Properties"
|
||||
xmlns:local="clr-namespace:PowerLauncher"
|
||||
xmlns:ui="http://schemas.modernwpf.com/2019"
|
||||
mc:Ignorable="d"
|
||||
d:DesignHeight="300"
|
||||
d:DesignWidth="720">
|
||||
@ -19,6 +20,8 @@
|
||||
<Setter Property="HorizontalContentAlignment" Value="Left"/>
|
||||
<Setter Property="FocusVisualStyle" Value="{x:Null}"/>
|
||||
<Setter Property="AllowDrop" Value="true"/>
|
||||
<Setter Property="ContextMenu" Value="{DynamicResource TextControlContextMenu}" />
|
||||
<Setter Property="ui:TextContextMenu.UsingTextContextMenu" Value="True" />
|
||||
<Setter Property="ScrollViewer.PanningMode" Value="VerticalFirst"/>
|
||||
<Setter Property="Stylus.IsFlicksEnabled" Value="False"/>
|
||||
<Setter Property="Padding" Value="12,0,0,0" />
|
||||
|
Loading…
Reference in New Issue
Block a user