Skip to content

Commit 32e406e

Browse files
committed
Add MinWidth ContextMenu
1 parent 21babd1 commit 32e406e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
<CommandBinding Command="ApplicationCommands.Copy" Executed="OnCopy" />
211211
</TextBox.CommandBindings>
212212
<TextBox.ContextMenu>
213-
<ContextMenu>
213+
<ContextMenu MinWidth="160">
214214
<MenuItem Command="ApplicationCommands.Cut" Header="{DynamicResource cut}">
215215
<MenuItem.Icon>
216216
<ui:FontIcon Glyph="&#xe8c6;" />

0 commit comments

Comments
 (0)