Browse Source
Update src/Avalonia.Themes.Fluent/Controls/TextBox.xaml
Co-authored-by: Max Katz <maxkatz6@outlook.com>
pull/5682/head
amwx
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Themes.Fluent/Controls/TextBox.xaml
|
|
|
@ -26,7 +26,7 @@ |
|
|
|
<MenuItem x:Name="TextBoxContextMenuCutItem" Header="Cut" Command="{Binding $parent[TextBox].Cut}" IsEnabled="{Binding $parent[TextBox].CanCut}" InputGesture="{x:Static TextBox.CutGesture}" /> |
|
|
|
<MenuItem x:Name="TextBoxContextMenuCopyItem" Header="Copy" Command="{Binding $parent[TextBox].Copy}" IsEnabled="{Binding $parent[TextBox].CanCopy}" InputGesture="{x:Static TextBox.CopyGesture}"/> |
|
|
|
<MenuItem x:Name="TextBoxContextMenuPasteItem" Header="Paste" Command="{Binding $parent[TextBox].Paste}" IsEnabled="{Binding $parent[TextBox].CanPaste}" InputGesture="{x:Static TextBox.PasteGesture}"/> |
|
|
|
</ContextMenu> |
|
|
|
</ContextMenu> |
|
|
|
</Styles.Resources> |
|
|
|
|
|
|
|
<Style Selector="TextBox"> |
|
|
|
|