File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 29
29
{DynamicResource SettingWindowFont}
30
30
</FontFamily >
31
31
32
+ <!-- Context Menu for TextBox -->
32
33
<ContextMenu x : Key =" TextBoxContextMenu" >
33
34
<MenuItem Command =" ApplicationCommands.Cut" Header =" {DynamicResource cut}" >
34
35
<MenuItem .Icon>
53
54
<MenuItem Command =" ApplicationCommands.SelectAll" Header =" {DynamicResource selectAll}" />
54
55
</ContextMenu >
55
56
57
+ <!-- Content Control for foreground -->
56
58
<Style TargetType =" {x:Type ContentControl}" >
57
59
<Setter Property =" Foreground" Value =" {DynamicResource Color05B}" />
58
60
</Style >
167
169
</Setter >
168
170
</Style >
169
171
170
- <!-- Context Menu -->
172
+ <!-- Custom Context Menu from UI.WPF.Modern to remove tab focus & focus visual -->
171
173
<Style x : Key =" ContextMenuStyleBase" TargetType =" ContextMenu" >
172
174
<Setter Property =" Background" Value =" {DynamicResource MenuFlyoutPresenterBackground}" />
173
175
<Setter Property =" BorderBrush" Value =" {DynamicResource MenuFlyoutPresenterBorderBrush}" />
274
276
275
277
<Style BasedOn =" {StaticResource DefaultMenuItemStyle}" TargetType =" MenuItem" />
276
278
277
- <!-- List View -->
279
+ <!-- List View from UI.WPF.Modern to adjust GridView item margin -->
278
280
<Style
279
281
x : Key =" {x:Static GridView.GridViewItemContainerStyleKey}"
280
282
BasedOn =" {StaticResource DefaultListViewItemStyle}"
You can’t perform that action at this time.
0 commit comments