Skip to content

Commit d3610d5

Browse files
committed
ux: change MaxWidth of ContextMenu to 1024
Signed-off-by: leo <[email protected]>
1 parent 6426c57 commit d3610d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Resources/Styles.axaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,7 @@
740740
</Style>
741741

742742
<Style Selector="ContextMenu">
743+
<Setter Property="MaxWidth" Value="1024"/>
743744
<Setter Property="HorizontalOffset" Value="-4"/>
744745
<Setter Property="VerticalOffset" Value="-4"/>
745746
<Setter Property="Template">

0 commit comments

Comments
 (0)